React-table: React Table Not Working with React Bootstrap Tabs

Created on 13 Jan 2017  路  2Comments  路  Source: tannerlinsley/react-table

It seems the totalpages is not changing even if the pages in the reacttable component changes
react tabs2

Most helpful comment

It works

All 2 comments

Are you using server-side data? The only reason to manually set pages is if you are using server-side data.

If you are, you might simply be missing the manual prop. This tells react table to use the data "as-is" without slicing or paginating it, and also overrides the page count with the pages prop you pass.

Does that help?

It works

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tremby picture tremby  路  3Comments

monarajhans picture monarajhans  路  3Comments

kieronsutton00 picture kieronsutton00  路  3Comments

ocalde picture ocalde  路  3Comments

panfiva picture panfiva  路  3Comments