react-bootstrap-table icon indicating copy to clipboard operation
react-bootstrap-table copied to clipboard

SEARCH error : click on page 2 and then type few digits or text in Search box

Open vinay0510 opened this issue 5 years ago • 3 comments

https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Pagination&selectedStory=Custom%20Pagination%20with%20Search&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel

error: ["Uncaught TypeError: Cannot read property 'id' of undefined", "https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/static/preview.7a078d9cb0b542267fb2.bundle.js", 1, 463612, TypeError] error: [TypeError]

vinay0510 avatar Jun 26 '20 03:06 vinay0510

when entered 2nd char it fails, issue with "Custom Pagination with Search"

vinay0510 avatar Jun 26 '20 03:06 vinay0510

this is happening when all my columns are formatted columns. In all my column definition row is used instead of cell since formatting is depends on multiple properties. I have <ToolkitProvider search >

when i change above to below no error but search does not fetch any data **<ToolkitProvider search={ { searchFormatted: true } }

**

vinay0510 avatar Jul 15 '20 01:07 vinay0510

still error in latest version

ardynugraha avatar Jan 26 '22 03:01 ardynugraha