reorder-columns.md 1.3 KB


layout: docs title: Table Reorder Columns description: Table Reorder Columns extension of Bootstrap Table. group: extensions

toc: true

Use Plugin: bootstrap-table-reorder-columns

Dependence: dragTable v2.0.14 (must include the css file),
jquery-ui v1.11

Usage

{% highlight html %} {% endhighlight %}

Options

reorderableColumns

  • type: Boolean

  • Detail:

Set true to allow the reorder feature.

  • Default: false

maxMovingRows

  • type: Integer

  • Detail:

Moving only the header. Recommended for very large tables (cells > 1000)

  • Default: 10

dragaccept

  • type: String

  • Detail:

Allow to drag only the rows that have the css class as attribute.

  • Default: null

Events

onReorderColumn(reorder-column.bs.table)

Fired when the column was dropped, receive as parameter the new header fields order