lakshmanang

Results 1 issues of lakshmanang

### Describe the bug table.setPageCount not updating pageCount. ``` const table = useReactTable({ data: dataQuery.data?.rows ?? defaultData, columns, pageCount: 10, state: { pagination, }, onPaginationChange: setPagination, getCoreRowModel: getCoreRowModel(), manualPagination: true,...