@bimetal/table-react-components
v0.35.0
Published
Default React table / data-grid — sorting, inline cell editing, selection, undo, theming. A thin binding over the canonical table controller.
Maintainers
Readme
@bimetal/table-react-components
The default React table / data-grid for BIMETAL — a thin binding over the
canonical @bimetal/table-headless controller. Column sorting, inline cell
editing, row selection, add/delete, undo. Renders the canonical .bm-table* DOM
with ARIA grid roles; styles ship from @bimetal/table-themes.
Usage
import { Table } from '@bimetal/table-react-components';
import { createTableStore } from '@bimetal/table-data';
const store = createTableStore();
// …seed rows…
<Table store={store} config={{ columns }} />Pass darkMode for the dark palette. If you bundle CSS separately, import
@bimetal/table-react-components/styles.
