Data Grid
Grid Search
A grid with search across every column: matches are highlighted with a real mark tag, and the counter separates the number of hits from the number of rows.
What you can change
- the line under the toolbar through caption
- the field hint text through placeholder
- the starting query through defaultQuery and the hidden field label through searchLabel
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-018?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-018-*. A client component: useState holds the query and the "matches only" mode, and useId ties the field to its hidden label. The value of a cell is cut into pieces around the matches and highlighted with a real mark tag — the semantics of highlighting come for free, and a background variable of its own sits under it. Matches and rows are counted separately: a single "4 found" does not answer whether four means rows or occurrences. The counter is declared role=status and aria-live. Rows without matches are muted rather than hidden until the filtering mode is switched on; the scrolling is moved into a container with role=region 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. The defaultQuery prop keeps acting after mounting: what the reader types is stored alongside the prop rather than instead of it.
Tags
- datagrid
- search
- highlight
- table
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…