mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-09 08:27:47 +08:00
@@ -85,7 +85,8 @@ export const getTopicMessagesColmns = () => {
|
||||
title: 'Timestamp',
|
||||
dataIndex: 'timestampUnitMs',
|
||||
key: 'timestampUnitMs',
|
||||
render: (t: number) => (t ? moment(t).format(timeFormat) : '-'),
|
||||
sorter: true,
|
||||
render: (t: number) => (t ? moment(t).format(timeFormat) + '.' + moment(t).millisecond() : '-'),
|
||||
},
|
||||
{
|
||||
title: 'Key',
|
||||
|
||||
Reference in New Issue
Block a user