What: add a hide/show column feature for react-table based tables
How:
Create a list of checkboxes, where each column in the table has a corresponding checkbox. Users can check/uncheck the box to hide/show column
The checkboxes can be above or below the table. (Later, I would like the user to be able to click a button and show the checkboxes, otherwise the checkboxes will not be visible. But for this issue, it is more important to get the functionality working with the table)
This feature does not have to be styled - we can do that in another issue, since the design is not ready
For reference, I am thinking the final design would look something like this:
What: add a hide/show column feature for react-table based tables
How:
For reference, I am thinking the final design would look something like this: