JavaScript DataGrid

JavaScriptPlain JavaScript, no framework required

The same grid as every other demo here, without React: one createGrid(host, config) call from @kanunilabs/datagrid builds everything on this page. Sort, filter, group, select — the engine and the stylesheet are the ones the React demos use, held to parity by a conformance suite. Read the guide.

100,000 rowsEverything below this line is rendered by createGrid() — React only owns the empty host element.