react-bootstrap-table/react-bootstrap-table2

Enable setting of the column visibility

Open

#1016 opened on Jul 17, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (1,249 stars) (415 forks)batch import
columnhelp wanted

Description

Relates #723 What solves this issue almost solves mine, except that I need rather than a onColumnToggle function, a function that sets the visibility, i.e. onColumnChange(dataField, hidden), the scenario is I have got another table with preferences to the first table where I can set the visibility of columns from there, and once I'm done I need to show that change.

Contributor guide