Skip to content

Commit 7409d4e

Browse files
svrmnkHaarolean
andauthored
FE: SR: Impl sorting (#389)
Co-authored-by: Roman Zabaluev <gpg@haarolean.dev>
1 parent 9c1e323 commit 7409d4e

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
@@ -97,6 +97,7 @@ const List: React.FC = () => {
9797
onRowClick={(row) =>
9898
navigate(clusterSchemaPath(clusterName, row.original.subject))
9999
}
100+
enableSorting
100101
serverSideProcessing
101102
/>
102103
)}

0 commit comments

Comments
 (0)