mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 06:35:42 +00:00
feat(data-table): Introduce comprehensive DataTable component with full feature set
This commit is contained in:
12
packages/ui-common/src/components/data-table/index.ts
Normal file
12
packages/ui-common/src/components/data-table/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export { DataTableError } from "./error";
|
||||
export { DataTableSkeleton } from "./skeleton";
|
||||
export { DataTableFooter, type DataTableFooterOptions } from "./footer";
|
||||
export type {
|
||||
DataTableProps,
|
||||
DataTablePagination,
|
||||
DataTableFooterProps,
|
||||
DataTableFooterComponent,
|
||||
} from "./types";
|
||||
export { usePagination } from "./hooks";
|
||||
export { DataTable } from "./table";
|
||||
export * from "@tanstack/react-table";
|
||||
Reference in New Issue
Block a user