Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/@tanstack/react-table.ts>getPaginationRowModel

Deno-powered framework for building business web apps
Go to Latest
function getPaginationRowModel
import { getPaginationRowModel } from "https://deno.land/x/netzo@0.3.91/deps/@tanstack/react-table.ts";

Parameters

optional
opts: { initialSync: boolean; }

Returns

(table: Table<TData>) => () => RowModel<TData>