How to show and hide some columns on React Table?
In column there is a property show. show: true, // can be used to hide a column. Make it false to hide the particular column. Keep user’s check-box values in the state. https://react-table.js.org/#/story/readme Note: The column property showis deprecated. Use initialstate.hiddenColumns instead. Check: https://github.com/tannerlinsley/react-table/issues/1804