Jerry Orta
← Libraries

Table

Spreadsheet-grade editing on a virtualized grid

An Angular table built for the cases a data grid usually hands back to the application: rectangular cell ranges, a fill handle, editors resolved per column, and charts rendered inside cells — all of it virtualized, and all of it measured at ten thousand rows. Styling is entirely CSS custom properties, so a consumer themes the grid without reaching into its markup.

52 published stories in Storybook

Showcase

Ten thousand rows, virtualized. Sort a column, resize a header, select rows — nothing is rendered off screen.

10,000 rows, rendered a window at a time. Sort a column, drag a header edge to resize it, or select rows — the grid holds its frame rate because it never renders what is off screen.
Open this story in Storybook ↗

Spreadsheet-grade editing

Rows, cells and structure

Selection and export

Performance