Data Grid

Frozen Lead Column

A shift schedule with only the first column frozen: the employee name stays put while the days scroll sideways, with no second sticky edge on the right.

What you can change

  • the line under the toolbar through caption
  • the scrolling hint through scrollHint
  • the day names through days and the data 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-030?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-030-*. Server rendered: there is no state, everything rests on CSS. Only the first column is frozen (position:sticky, left:0) — unlike grids with two sticky edges, there is nothing to pin on the right here: what matters is the day you have scrolled to, not a totals column. The sticky cell carries a background of its own and border-collapse:separate, otherwise the scrolled days show through it and the column loses its line. The scrolling lives in a container with role=region, aria-label and tabindex=0, so it works from the keyboard. The shift code of every cell is duplicated in words in an aria-label — a coloured pill on its own is not enough. The theme comes from the surrounding color-scheme through light-dark(): by default the schedule lays no panel under itself, it sits directly on the page background and darkens along with it, and the opaque background is left only on the sticky column, in a separate --vibeui-datagrid-030-surface token.

Tags

  • datagrid
  • sticky-column
  • scroll
  • schedule
Component source

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

Loading…