浏览代码

Update group-by-v2.md

zhixin 7 年之前
父节点
当前提交
559c141bb6
共有 1 个文件被更改,包括 4 次插入3 次删除
  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
 
 ## Usage
-```
+
+{% highlight html %}
 <script src="extensions/group-by-v2/bootstrap-table-group-by.js"></script>
-```
+{% endhighlight %}
 
 ## 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.
    * `data`: an array of rows in the group.
 
-- **Default:** `Undefined`
+- **Default:** `undefined`