multi-column-toggle.md 1.2 KB


layout: docs title: Table Multi Column Toggle description: Table Multi Column Toggle extension of Bootstrap Table. group: extensions

toc: true

Use Plugin: multi-column-toggle

Adds a button to the toolbar that hides and shows all columns that are 'switchable'.

Usage

{% highlight html %} {% endhighlight %}

Options

showToggleBtn

  • type: Boolean

  • Detail:

Set true to show the toggle button. This button toggles hiding and showing of multiple columns at once.

  • Default: false

multiToggleDefaults

  • type: Array

  • Detail:

Defines 'default' columns that will never be hidden with this extension. These are different from

  • Default: []
  • example html: data-multi-toggle-defaults='["column1", "column2"]'

Methods

copyColumnsToClipboard

  • copies the contents of the selected rows to the clipboard.

copyColumnsToClipboardWithHidden

  • copies the contents of the selected rows to the clipboard, including hidden rows.