multiple-selection-row.md 1.1 KB


layout: docs title: Table Multiple Selection Row description: Table Multiple Selection Row extension of Bootstrap Table. group: extensions

toc: true

Use Plugin: bootstrap-table-multiple-selection-row

Usage

{% highlight html %} {% endhighlight %}

Options

multipleSelectRow

  • type: Boolean

  • Detail:

Set true to enable the multiple selection row.

  • Default: false

multipleSelectRowCssClass

  • type: String

  • Detail:

The class that will be applied in the rows selected.

  • Default: multiple-select-row-selected

Methods

clearAllMultipleSelectionRow

  • Clear all the selected rows.
    • Parameters
      • It does not receive parameters.
    • Example: $table.bootstrapTable("clearAllMultipleSelectionRow");