made tables more feature complete and started splitting of all the data handling to dataset.ts
This commit is contained in:
parent
17e49c23d8
commit
977670b9e0
7 changed files with 325 additions and 123 deletions
5
src/components/table/index.tsx
Normal file
5
src/components/table/index.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
export type { Column } from './table';
|
||||
export type { DataSet, GroupNode, RowNode, Node } from './dataset';
|
||||
export { SelectionMode, Table } from './table';
|
||||
export { createDataSet, toSorted, toGrouped } from './dataset';
|
Loading…
Add table
Add a link
Reference in a new issue