react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Is it possible to put a react component in the cell of a table?
I am experimenting with react-bootstrap-table2 for an open source application.
Question Is it possible to put a react component in the cell of a table? I have a table that looks like the attached screenshot, and am thinking about incorporating react-bootstrap-table2 to allow sorting of columns.

You can see the code here with the original table and the start of my react-bootstrap-table2 below it.
here is a working demo without react-bootstrap-table-2 .