We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbffa70 commit 900fbeeCopy full SHA for 900fbee
frontend/src/components/Topics/List/TopicTable.tsx
@@ -72,9 +72,9 @@ const TopicTable: React.FC = () => {
72
size: 148,
73
},
74
{
75
+ id: TopicColumnsToSort.MESSAGES_COUNT,
76
header: 'Number of messages',
77
accessorKey: 'partitions',
- enableSorting: false,
78
size: 146,
79
cell: ({ getValue }) => {
80
const partitions = getValue<Topic['partitions']>();
0 commit comments