Skip to content

Commit 61e8c73

Browse files
committed
Update group by example
1 parent b5fb151 commit 61e8c73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/group-by-v2.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
function mounted () {
2222
$('#table').bootstrapTable({
2323
url: 'json/data6.json',
24+
search: true,
2425
groupBy: true,
2526
groupByField: 'shape',
27+
groupByToggle: true,
2628
groupByFormatter: value => {
2729
const strong = document.createElement('strong')
2830

0 commit comments

Comments
 (0)