UNPKG

@tanstack/table-core

Version:

Headless UI for building powerful tables & datagrids for TS/JS.

5 lines (4 loc) 209 B
import { Table, RowModel, RowData } from '../types'; export declare function getPaginationRowModel<TData extends RowData>(opts?: { initialSync: boolean; }): (table: Table<TData>) => () => RowModel<TData>;