A dependency-free React data grid: virtualized rows, server-side paging,
sorting and filtering, inline row editing, multi-select, CSV and clipboard
export, and persisted column preferences.
React is the only runtime requirement. Styling is plain Tailwind utility
classes — there is no stylesheet to import and no theme engine to configure.
Installation
npminstall@helix-x/datagrid-ui
Tailwind skips node_modules when detecting content, so point it at the
shipped bundle explicitly or the grid renders unstyled:
A dependency-free React data grid: virtualized rows, server-side paging, sorting and filtering, inline row editing, multi-select, CSV and clipboard export, and persisted column preferences.
React is the only runtime requirement. Styling is plain Tailwind utility classes — there is no stylesheet to import and no theme engine to configure.
Installation
Tailwind skips
node_moduleswhen detecting content, so point it at the shipped bundle explicitly or the grid renders unstyled:Getting started
Where to look next
Not in this version
Row grouping, pivoting, tree data, master/detail, variable row heights, and
.xlsxoutput — CSV is written with a BOM, which Excel opens natively.