allocatr/public/assets/libs/bootstrap-table/src/extensions/group-by-v2
2025-02-26 16:44:49 +08:00
..
bootstrap-table-group-by.css assets 2025-02-26 16:44:49 +08:00
bootstrap-table-group-by.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 group-by-v2

Use Plugin: bootstrap-table-group-by-v2
You must include the bootstrap-table-group-by.css file in order to get the appropriate style

Usage

<script src="extensions/group-by-v2/bootstrap-table-group-by.js"></script>

Options

groupBy

  • type: Boolean
  • description: Set true to group the data by the field passed.
  • default: false

groupByField

  • type: String
  • description: Set the fields name that you want to group the data.
  • default: ``