Data Grid
Priority Sort
A grid that sorts by several columns at once: the click order sets key priority, shown as a number in the header and as chips in the toolbar.
What you can change
- the line under the toolbar through caption
- row density through density: comfortable or compact
- the items and figures through rows
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/datagrid-001?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, no dependencies, the palette in the local --vibeui-datagrid-001-* variables. A client component: useState holds the ordered list of sort keys, and a third click on a column removes its key. The header is a button filling the whole cell, the direction is declared through aria-sort on th and duplicated by a textual arrow in the markup: it is read aloud together with the name of the column. The priority is shown as a number in a circle and repeated by chips in the toolbar — without it the row order looks random; every chip removes its own key and carries an explicit aria-label. The scrolling is moved into a container with role=region, aria-label and tabindex=0, so the table can be panned from the keyboard too. The row density is switched by the data-density attribute, which changes a single padding variable. The theme comes from the surrounding color-scheme through light-dark(): by default the grid lays no panel under itself, it sits on the page background and darkens along with it, while the background prop switches on a panel of its own.
Tags
- datagrid
- sorting
- aria-sort
- table
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…