useTablePagination @astryx-svelte/core v0.3.0 · Table
Usage
Call useTablePagination with a config object containing page state and callback. Pass the returned plugin to Table via the plugins prop.tsimport { Table } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.Table — Paginated Data
Paginated data table navigating through a larger dataset page by page.