Skip to content

Commit e7bf56b

Browse files
committed
feat: implement sorting to the table at the Schema registry tab
1 parent 42c236d commit e7bf56b

File tree

1 file changed

+1
-0
lines changed
  • frontend/src/components/Schemas/List

1 file changed

+1
-0
lines changed

frontend/src/components/Schemas/List/List.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const List: React.FC = () => {
9292
onRowClick={(row) =>
9393
navigate(clusterSchemaPath(clusterName, row.original.subject))
9494
}
95+
enableSorting
9596
serverSideProcessing
9697
/>
9798
)}

0 commit comments

Comments
 (0)