Data Grid

Header Filters

A grid whose filter lives in its own column header: text fields and a status list instead of one shared search box.

What you can change

  • the line under the toolbar through caption
  • the field hint text through placeholder
  • the orders and statuses through rows

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/datagrid-006?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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-006-*. A client component: three filter states, with the selection made by a case-insensitive substring and by an exact status match. The second row of thead is given over to the fields: a field sits exactly under its own column, so there is no guessing what a shared search box is looking through. Every field has its own aria-label — a placeholder disappears on typing and is not a label. The counter of matches is declared aria-live=polite. An empty result is shown as a row inside tbody: the header and the filters deliberately stay in place. The status is marked with a dot through ::before rather than by the text colour alone. 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
  • filters
  • search
  • table
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…