group-by-v2.md 760 B


layout: docs title: Table Group By v2 description: Table Group By v2 extension of Bootstrap Table. group: extensions

toc: true

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

{% highlight html %} {% endhighlight %}

Options

groupBy

  • type: Boolean

  • Detail:

Set true to group the data by the field passed.

  • Default: false

groupByField

  • type: String

  • Detail:

Set the fields name that you want to group the data.

  • Default: ''