'I am using React Bootstrap Table and function base component and I need to save page number, size per page and text filter for reuse
I need to save page number, size per page and text filter for reuse. Suppose I'm at page 3 and text Filter is "submitted" and sizePerPage=50.
Then I got to another route and click back on the route that contains my table. and I get all the value to be set default.
Page=1, Size-Per-page=10(first value), text Filter=' ', but I want the table with same 3 values (Page, Size-Per-page, text Filter) where I left the table.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|