getPaginationRowModel
fun <TData> getPaginationRowModel(opts: GetPaginationRowModelOptions? = null): (table: Table<TData>) -> () -> RowModel<TData>
Builds the pagination row-model factory. The returned function is invoked once per Table and produces a memoised getter for the paginated RowModel.
opts is accepted for parity with the JS API but is not consumed by the builder.