Browse Source

Update group-by-v2.md

zhixin 7 years ago
parent
commit
559c141bb6
1 changed files with 4 additions and 3 deletions
  1. 4 3
      site/docs/extensions/group-by-v2.md

+ 4 - 3
site/docs/extensions/group-by-v2.md

@@ -10,9 +10,10 @@ Use Plugin: [bootstrap-table-group-by-v2](https://github.com/wenzhixin/bootstrap
 You must include the bootstrap-table-group-by.css file in order to get the appropriate style
 You must include the bootstrap-table-group-by.css file in order to get the appropriate style
 
 
 ## Usage
 ## Usage
-```
+
+{% highlight html %}
 <script src="extensions/group-by-v2/bootstrap-table-group-by.js"></script>
 <script src="extensions/group-by-v2/bootstrap-table-group-by.js"></script>
-```
+{% endhighlight %}
 
 
 ## Options
 ## Options
 
 
@@ -48,4 +49,4 @@ You must include the bootstrap-table-group-by.css file in order to get the appro
    * `idx`: the index of the group.
    * `idx`: the index of the group.
    * `data`: an array of rows in the group.
    * `data`: an array of rows in the group.
 
 
-- **Default:** `Undefined`
+- **Default:** `undefined`