I have a table of coding problems. When a user clicks on the name of the problem, I want the app to route to a page for a Problem component with props. Right now I am trying to do so by using formatter and then creating a Route with react-router-dom. However, the component just opens inside of the table, instead
Tag: react-bootstrap-table
check boxes are not functioning in react-bootstrap-table-next
I am using react-bootstrap-table2, to make tables, I have encounter an issue i.e I want o have a checkbox inside my table, so I am following This, mention in the documentation, but I am getting unexpected result. My code For selecting the row Table rendering I Think issue is coming because of my data, as it is nested one And