@arcanalabs/datatable
v1.7.1
Published
A framework-native, typed and accessible data table for Vue 3, React, Angular and Svelte.
Maintainers
Readme
npm install @arcanalabs/datatableimport { ArcanaDataTable } from "@arcanalabs/datatable/react"; // or /vue, /angular, /svelte
import "@arcanalabs/ui-components/styles.css";
import "@arcanalabs/datatable/styles.css";
<ArcanaDataTable config={{ columns, datasource: (params) => api.orders.list(params) }} />Import both stylesheets once at the application entrypoint. Input, Select and
DatePicker use the official @arcanalabs/ui-components stylesheet and their
native sm variant; the DataTable CSS only adds grid layout and theme tokens.
Everything else — remote/dataset modes, virtual rows and columns, cell/row editing, advanced filter operators, grouping and aggregations, row/column drag-and-drop, persistent column visibility, selection, expandable rows, themes, localization (8 languages) and the full API reference — lives in the documentation, with live demos for all four frameworks.
MIT © Arcana Labs
