浏览代码

Merge branch 'hotfix/4301'

zhixin 6 年之前
父节点
当前提交
3379f4f4a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      site/docs/getting-started/usage.md

+ 1 - 1
site/docs/getting-started/usage.md

@@ -122,7 +122,7 @@ You can also add `pagination`, `search`, and `sorting` to a table like the follo
 $('#table').bootstrapTable({
   url: 'data1.json',
   pagination: true,
-  search: true
+  search: true,
   columns: [{
     field: 'id',
     title: 'Item ID'