layout: docs title: Table Group By v2 description: Table Group By v2 extension of Bootstrap Table. group: extensions
Use Plugin: bootstrap-table-group-by-v2
You must include the bootstrap-table-group-by.css file in order to get the appropriate style{% highlight html %} {% endhighlight %}
type: Boolean
Detail:
Set true to group the data by the field passed.
falsetype: String
Detail:
Set the field name that you want to group the data.
''type: Function
Detail:
The group row formatter function, takes three parameters:
value: the group by value.idx: the index of the group.data: an array of rows in the group.
Default: undefined