allocatr/public/assets/libs/bootstrap-table/src/extensions/reorder-columns
2025-02-26 16:44:49 +08:00
..
bootstrap-table-reorder-columns.js assets 2025-02-26 16:44:49 +08:00
extension.json assets 2025-02-26 16:44:49 +08:00
README.md assets 2025-02-26 16:44:49 +08:00

Table Reorder Columns

Use Plugin: bootstrap-table-reorder-columns
Dependence: dragTable v2.0.14 (must include the css file),
jquery-ui v1.11

Usage

<link rel="stylesheet" href=".../dragtable.css">
<script src=".../jquery-ui.js"></script>
<script src=".../jquery.dragtable.js"></script>
<script src="extensions/reorder-columns/bootstrap-table-reorder-columns.js"></script>

Options

reorderableColumns

  • 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

dragaccept

  • type: String
  • description: 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