Data Grid

Load Error

A grid with a load-error state: the header stays put while the body carries the explanation, the error code, a retry button and an attempt counter.

What you can change

  • the line under the toolbar through caption
  • the error code through errorCode
  • the node list 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-029?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-029-*. A client component: one boolean state switches between the failure and the data, and a second counts the retry attempts. The error is shown as a row inside tbody with a colSpan across the full width: the header stays, so it is visible exactly what failed to load — otherwise it looks as though the table has gone. The block is marked role=alert, because the user may already have looked away. The attempt counter is declared aria-live: without it the retry button looks broken. The glyph is drawn with borders and pseudo-elements so that the component stays a single file with no images; in the demonstration the third attempt succeeds. 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, while the error block has a lightness pair of its own.

Tags

  • datagrid
  • error-state
  • retry
  • table
Component source

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

Loading…