A versatile table/datagrid component with built-in keyboard navigation for displaying and interacting with structured data. Use it for anything from simple read-only tables to fully interactive, spreadsheet experiences.
<nve-grid style="min-height: 400px">
<nve-grid-header>
<nve-grid-column></nve-grid-column>
</nve-grid-header>
<nve-grid-placeholder>
<nve-progress-ring status="accent" size="lg"></nve-progress-ring>
</nve-grid-placeholder>
</nve-grid>
Loading
Placeholder displays a message while data loads for the grid or shows empty states for datasets.
Loading placeholder state with progress indicator. Use grid placeholders during initial data fetching or while loading large datasets, providing visual feedback that content is coming and preventing layout shift when rows populate, improving perceived performance.
Retry
Data grid empty state with retry action. Use when requested data is not found and a retry action is available.
No Results Found
Try adjusting filter settings or try again later.