diff --git a/frontend/src/components/Schemas/List/List.tsx b/frontend/src/components/Schemas/List/List.tsx index cb54292b8..345cb71ad 100644 --- a/frontend/src/components/Schemas/List/List.tsx +++ b/frontend/src/components/Schemas/List/List.tsx @@ -97,6 +97,7 @@ const List: React.FC = () => { onRowClick={(row) => navigate(clusterSchemaPath(clusterName, row.original.subject)) } + enableSorting serverSideProcessing /> )}