You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
584 B
Plaintext
24 lines
584 B
Plaintext
# Table group-by-v2
|
|
|
|
Use Plugin: [bootstrap-table-group-by-v2](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2) </br>
|
|
You must include the bootstrap-table-group-by.css file in order to get the appropriate style
|
|
|
|
## Usage
|
|
|
|
```html
|
|
<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: `` |