Data Grid
Column Visibility
A grid with a column-visibility menu: the reader assembles the set of columns with checkboxes, and the last remaining column cannot be switched off.
What you can change
- the line under the toolbar through caption
- the menu button caption through menuLabel
- the panel heading through heading and the column counter through countTemplate with {shown} and {total}
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-013?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-013-*. A client component: useState holds the list of hidden column keys and the state of the menu. The menu is not a list of links but a fieldset with a legend and real checkboxes: a screen reader announces both the group and the name of every column. The checkbox of the last visible column is blocked, otherwise the table collapses to a single column of SKUs. Escape on the root closes the menu — an open panel over the table has to be dismissible from the keyboard. The counter of shown columns is declared aria-live: a change of set would otherwise pass without a trace. The scrolling is moved into a container with role=region, aria-label and tabindex=0. The theme comes from the surrounding color-scheme through light-dark(): by default the grid lays no panel under itself, it sits directly on the page background and darkens along with it.
Tags
- datagrid
- columns
- visibility
- table
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…