Data Grid

Compare Row

A grid with a pinned comparison row: the model picked by radio button sticks under the header while every other row shows its signed deviation from it.

What you can change

  • the line under the toolbar through caption
  • whether deltas show by default through showDelta
  • the panel heading through heading and the checkbox caption through deltaToggleText

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-026?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-026-*. A client component: useState holds the identifier of the reference and the deviation display mode. The reference is chosen with a radio button — this is a choice of one out of many, and a checkbox would lie here; the reference row is rendered first and pinned with position:sticky under the sticky header, so the top offset is set explicitly. The table is built with border-collapse:separate: with collapsed borders the sticky row loses its line. The deviation is labelled with a plus or minus sign along with the colour: colour alone does not read for colour blindness, and "cheaper" and "more expensive" are opposite in meaning here. The theme comes from the surrounding color-scheme through light-dark(): by default the table lays no panel under itself, it sits directly on the page background and darkens along with it, and an opaque background of its own is left only on the sticky cells.

Tags

  • datagrid
  • compare
  • sticky-row
  • table
Component source

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

Loading…