Data Grid
Bulk Action Bar
A grid with row selection: the toolbar turns into a bulk-action bar with a counter and the total of what is selected, without shifting the table.
What you can change
- the line under the toolbar through caption
- the primary button caption through actionLabel
- the contracts 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-002?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-002-*. A client component: useState holds the list of selected ids. The header checkbox gets indeterminate through a ref callback — this state cannot be set from markup. The action bar occupies the same place as the ordinary header and keeps a min-height, so the rows do not jump at the very first tick. The counter of what is selected is declared aria-live=polite and shows the total straight away — that total is usually the reason rows are selected at all. A selected row is marked both by a fill and by a stripe on the left through an inset box-shadow: a fill alone is not enough next to a hovered row. Every row checkbox has its own aria-label carrying the client name. 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
- selection
- bulk-actions
- table
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…