Data Grid
Frozen Edges
A wide grid with both edge columns frozen: the row label on the left and the owner on the right stay put while the weeks scroll between them.
What you can change
- the line under the toolbar through caption
- the scrolling hint through scrollHint
- the column names through weeks and the data 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-003?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-003-*. Server rendered: there is no state, everything rests on CSS. The edge columns are pinned with position:sticky at left:0 and right:0 and carry a background of their own — without it the scrolling cells show straight through. The table is built with border-collapse:separate: with collapsed borders a sticky cell loses its own line. The scrolling lives in a container with role=region, aria-label and tabindex=0, so it works from the keyboard. The shadow at the pinned edges appears on scrolling through animation-timeline:scroll under @supports — where that is unavailable there is simply no shadow, and the layout does not suffer. The maximum of the week is marked with a pill in a color-mix of the accent. The theme comes from the surrounding color-scheme through light-dark(); the surface stays opaque deliberately — through transparent sticky cells the scrolling rows would show through — and is overridden by the background prop.
Tags
- datagrid
- sticky-column
- scroll
- table
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…