Skip to content

Commit 900fbee

Browse files
author
Leshe4ka
committed
sorting by messages count
1 parent bbffa70 commit 900fbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Topics/List/TopicTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ const TopicTable: React.FC = () => {
7272
size: 148,
7373
},
7474
{
75+
id: TopicColumnsToSort.MESSAGES_COUNT,
7576
header: 'Number of messages',
7677
accessorKey: 'partitions',
77-
enableSorting: false,
7878
size: 146,
7979
cell: ({ getValue }) => {
8080
const partitions = getValue<Topic['partitions']>();

0 commit comments

Comments
 (0)