layout: docs title: Table Reorder Rows description: Table Reorder Rows extension of Bootstrap Table. group: extensions
Use Plugin: bootstrap-table-reorder-rows
Dependence: tablednd v0.9, if you want you can include the bootstrap-table-reorder-rows.css file to use the default dragClass{% highlight html %} {% endhighlight %}
type: Boolean
Detail:
Set true to allow the reorder feature.
falsetype: String
Detail:
This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a border�well you can, but it won't be displayed).
nulltype: String
Detail:
This is the style that is assigned to the row when it is dropped. As for onDragStyle, there are limitations to what you can do. Also this replaces the original style, so again consider using onDragClass which is simply added and then removed on drop.
nulltype: String
Detail:
This class is added for the duration of the drag and then removed when the row is dropped. It is more flexible than using onDragStyle since it can be inherited by the row cells and other content.
reorder_rows_onDragClasstype: String
Detail:
This is the cursor to use
nulltype: Boolean
Detail:
This function must be use if your tr elements won't have the id attribute. If your tr elements don't have the id attribute this plugin don't fire the onDrop event.
falsetype: Function
Detail:
Pass a function that will be called when the user starts dragging. The function takes 2 parameters: the table and the row which the user has started to drag.
empty functiontype: Function
Detail:
Pass a function that will be called when the row is dropped. The function takes 2 parameters: the table and the row that was dropped.
empty functionFired when the row was dropped, receive as parameter the new data order