Skip to content

Commit c1e8445

Browse files
authored
Merge pull request #559 from wenzhixin/feature/update-group-by
Update group by example
2 parents b5fb151 + 61e8c73 commit c1e8445

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)