-
I am not able to select multiple rows -- If I select a row , already selected row gets deselected - that is I am able to select only 1 row at a time. Sometimes I am able to select 2 rows one after other , but when I select 3rd row , one of the already selected rows gets deselected automatically , not allowing me to select all 3 rows one after other Though the select all checkbox works fine , when checked all rows are selected . I have supplied data consisting of 3 rows Please help . Codesandbox - https://codesandbox.io/s/upbeat-breeze-hyodx?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The issue is in index.js file , I was using React.StrictMode as below -
On removing React.StrictMode , things worked , not sure though why Strict Mode was interfering |
Beta Was this translation helpful? Give feedback.
The issue is in index.js file ,
React-Table official codesandbox -
ReactDOM.render(<App />, document.getElementById('root'))
I was using React.StrictMode as below -
On removing React.StrictMode , things worked , not sure though why Strict Mode was interfering