Data Grid
Pinned Totals
A long grid that scrolls inside its own frame: the header sticks to the top and the totals row to the bottom, so the sum stays visible mid-list.
What you can change
- the line under the toolbar through caption
- the scroll viewport height through height, in rem
- the operations and amounts 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-004?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 --vibeui-datagrid-004-*. Server rendered: there is no state. The height of the scroll viewport arrives as a number in rem and goes into the --vibeui-datagrid-004-height variable, so the viewport grows together with the reader's font. The header and the tfoot are pinned with position:sticky and carry a background of their own; the table is built with border-collapse:separate, otherwise the sticky cells lose their borders. The scroll container is marked role=region, aria-label and tabindex=0 — a vertical list is paged from the keyboard too. The amounts are set in tabular-nums, and an outgoing is marked with a minus sign and a colour at the same time. 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, while the background prop switches on a panel of its own.
Tags
- datagrid
- sticky-header
- totals
- table
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…