1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

feat: Major refactor componente DataTable

- Aggiunto supporto per le tabelle "checkable" (tabelle con le checkbox)
- Migliorata la gestione generale della tabella, rendendola meno complicata da creare
This commit is contained in:
Maicol Battistini
2021-11-22 19:22:54 +01:00
parent e5d04fbf17
commit 7acaf6ed38
12 changed files with 210 additions and 107 deletions

View File

@@ -1,9 +1,6 @@
export { default as DataTable } from './DataTable.jsx';
export { default as TableBody } from './TableBody.jsx';
export { default as TableCell } from './TableCell.jsx';
export { default as TableColumn } from './TableColumn.jsx';
export { default as TableFooter } from './TableFooter.jsx';
export { default as TableHead } from './TableHead.jsx';
export { default as TableHeadCell } from './TableHeadCell.jsx';
export { default as TableHeadRow } from './TableHeadRow.jsx';
export { default as TableRow } from './TableRow.jsx';