DevExtreme Vue - Column Chooser
The column chooser allows a user to change the set of columns at runtime. It is configured using the columnChooser object and may operate in two modes: the default drag-and-drop mode and the select mode designed for touch devices.
Set a column's allowHiding option to false if it should never be hidden. For columns whose headers should never appear in the column chooser, set the showInColumnChooser option to false.
Call the showColumnChooser() or hideColumnChooser() method to control the column chooser programmatically.
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.