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>
...
<nve-grid-footer>
<nve-pagination value="1" items="100" step="10"></nve-pagination>
</nve-grid-footer>
</nve-grid>
Use the pagination pattern when working with large data sets that need incremental loading or filtering for performance or useability.