UNPKG

@justjarethb/table-core

Version:

Fork of @tanstack/table-core with support for event listeners in different windows

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>;