Table Component Updated the Sort Logic

This commit is contained in:
2025-11-13 16:09:36 +05:30
parent f5c3ca3b5c
commit f88090c9c2
+1 -1
View File
@@ -66,7 +66,7 @@ export type TableFetchOptions = {
table: string;
alias?: string;
columns: string[];
sort: Sort[]
sort: Record<string, string>
joinSelectCols?: string[];
joins?: Join[];
filters?: Filter[];