From e7bf56b9445b7af8522db81b677401b9501ef287 Mon Sep 17 00:00:00 2001 From: svrmnk <153510907+svrmnk@users.noreply.github.com> Date: Wed, 15 May 2024 12:58:08 +0300 Subject: [PATCH] feat: implement sorting to the table at the Schema registry tab --- frontend/src/components/Schemas/List/List.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Schemas/List/List.tsx b/frontend/src/components/Schemas/List/List.tsx index 5e4daf5f4..a49ae1a7c 100644 --- a/frontend/src/components/Schemas/List/List.tsx +++ b/frontend/src/components/Schemas/List/List.tsx @@ -92,6 +92,7 @@ const List: React.FC = () => { onRowClick={(row) => navigate(clusterSchemaPath(clusterName, row.original.subject)) } + enableSorting serverSideProcessing /> )}