layout: docs title: Table Multi Column Toggle description: Table Multi Column Toggle extension of Bootstrap Table. group: extensions
Use Plugin: multi-column-toggle
Adds a button to the toolbar that hides and shows all columns that are 'switchable'.
{% highlight html %} {% endhighlight %}
type: Boolean
Detail:
Set true to show the toggle button. This button toggles hiding and showing of multiple columns at once.
false
type: Array
Detail:
Defines 'default' columns that will never be hidden with this extension. These are different from
[]
data-multi-toggle-defaults='["column1", "column2"]'