sadmann7 / shadcn-table

Shadcn table with server-side sorting, filtering, and pagination.

Home Page:https://table.sadmn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what params to have full page display without pagination and scroll

jpainam opened this issue · comments

Hi. what params in the useDataTable to set to have a full page without pagination?

pageCount: -1 or pageCount: 1 doesn't work?

You maybe looking for infinite scrolling with row virtualization.

Here are some TanStack Table v8 docs for it:

Any implementation of this server-side pagination with infinite scroll instead of pages?