getPaginationRowModel

abstract var getPaginationRowModel: (table: Table<TData>) -> () -> RowModel<TData>?(source)

Returns the row model after pagination has taken place, but no further.

Pagination columns are automatically reordered by default to the start of the columns list. If you would rather remove them or leave them as-is, set the appropriate mode here. API Docs Guide