Browse Source

Merge branch 'hotfix/4301' into develop

zhixin 6 years ago
parent
commit
798acbb5d1
1 changed files with 1 additions and 1 deletions
  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'