* feat: apply full width automatically for DataTable * change implementation * load all columns of insights routing table at the same time * update team member list * sticky columns for >= sm * fix type error --------- Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
8 lines
376 B
TypeScript
8 lines
376 B
TypeScript
export { DataTableToolbar } from "./DataTableToolbar";
|
|
export { DataTableSelectionBar } from "./DataTableSelectionBar";
|
|
export { DataTablePagination } from "./DataTablePagination";
|
|
export { DataTableFilters } from "./filters";
|
|
export { DataTable } from "./DataTable";
|
|
export { DataTableSkeleton } from "./DataTableSkeleton";
|
|
export type { DataTableProps } from "./DataTable";
|