-
Notifications
You must be signed in to change notification settings - Fork 431
Closed
Description
I can reproduce the bug described in #495 in the latest version:
react-bootstrap-table-next@3.0.0
react-bootstrap-table2-toolkit@1.3.1
react-bootstrap-table2-paginator@2.0.3
react-bootstrap-table2-filter@1.1.5
In addition, I have a related issue.
To reproduce:
- There are more than 10 rows and sizePerPage is 10.
- Search for some "SearchTerm1" in the SearchBar that returns 2 pages of results.
- Clear the search
- Go to page 3
- Search for the same "SearchTerm1"
Like above, it throws the following error and crashes the app:
Uncaught TypeError: Cannot read property 'name' of undefined
... where 'name' is the keyField passed to the ToolkitProvider.
I would really appreciate your help with this. And thank you for this library.
Originally posted by @yzhak in #495 (comment)
Metadata
Metadata
Assignees
Labels
No labels