# Table Reorder Use Plugin: [bootstrap-table-reorder](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder)
Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must include the css file),
[jquery-ui](https://code.jquery.com/ui/) v1.11 ## Usage ```html ``` ## Options ### reorderable * type: Boolean * description: Set true to allow the reorder feature. * default: `false` ### maxMovingRows * type: Integer * description: Moving only the header. Recommended for very large tables (cells > 1000) * default: `10` ## Events ### onReorder(reorder.bs.table) Fired when the column was dropped, receive as parameter the new header fields order