From f88090c9c2851ace8e9c9ee140a6eacb0b91cf64 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Thu, 13 Nov 2025 16:09:36 +0530 Subject: [PATCH] Table Component Updated the Sort Logic --- src/types/table/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/table/types.ts b/src/types/table/types.ts index 92be51e..ce856b0 100644 --- a/src/types/table/types.ts +++ b/src/types/table/types.ts @@ -66,7 +66,7 @@ export type TableFetchOptions = { table: string; alias?: string; columns: string[]; - sort: Sort[] + sort: Record joinSelectCols?: string[]; joins?: Join[]; filters?: Filter[];