Table Component Updated the Sort Logic

This commit is contained in:
2025-11-13 16:07:31 +05:30
parent e6c4cb4ff9
commit 4b1e0ca93c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ export { default as TimePicker } from "./components/TimePicker.astro";
export { default as Table } from "./components/Table.astro";
export { default as Tooltip } from "./components/Tooltip.astro";
export { cn } from "./utils/cn.js";
export type { Column, TableProps, TableResponse, TablePageRequest, TableRequestBody, TableFetchOptions, Filter, Join } from "./types/table/types.js";
export type { Column, TableProps, TableResponse, TablePageRequest, TableRequestBody, TableFetchOptions, Filter, Join, FnPageRequest } from "./types/table/types.js";