layout: docs title: Table Reorder Columns description: Table Reorder Columns extension of Bootstrap Table. group: extensions
Dependence:
{% highlight html %} {% endhighlight %}
attribute: data-reorderable-columns
type: Boolean
Detail:
Set true to allow the reorder feature.
falseattribute: data-dragaccept
type: String
Detail:
Allow to drag only the rows that have the CSS class as an attribute.
nullattribute: data-max-moving-rows
type: Integer
Detail:
Moving only the header. Recommended for very large tables (cells > 1000)
10Fired when the column was dropped, receive as a parameter the new header fields order.
parameters: object e.g. {name: 0, price: 1}
Detail:
Reorders the columns by the given object. The Object key has to be the field and the value is the column index (starts with 0).