UNPKG

@atlaskit/dynamic-table

Version:

A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.

2 lines (1 loc) 98 B
export declare const computeIndex: (index: number, page: number, rowsPerPage?: number) => number;