浏览代码

Update extensions.json.

zhixin 10 年之前
父节点
当前提交
16e0af7078
共有 1 个文件被更改,包括 80 次插入0 次删除
  1. 80 0
      docs/data/extensions.json

+ 80 - 0
docs/data/extensions.json

@@ -34,6 +34,57 @@
         }
     },
     {
+        "name": "Accent Neutralise",
+        "version": "1.0.0",
+        "description": "Plugin to neutralise the words.",
+        "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise",
+        "example": "#",
+        "plugins": [
+            {
+                "name": "bootstrap-table-accent-neutralise",
+                "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise"
+            }
+        ],
+        "author": {
+            "name": "djhvscf",
+            "image": "https://avatars1.githubusercontent.com/u/4496763"
+        }
+    },
+    {
+        "name": "Cookie",
+        "version": "1.2.0",
+        "description": "Plugin to use the cookie of the browser.",
+        "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie",
+        "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/cookie.html",
+        "plugins": [
+            {
+                "name": "bootstrap-table-cookie",
+                "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie"
+            }
+        ],
+        "author": {
+            "name": "djhvscf",
+            "image": "https://avatars1.githubusercontent.com/u/4496763"
+        }
+    },
+    {
+        "name": "Filter Control",
+        "version": "1.0.0",
+        "description": "Plugin to add input/select element on the top of the columns in order to filter the data.",
+        "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control",
+        "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/filter-control.html",
+        "plugins": [
+            {
+                "name": "bootstrap-table-filter-control",
+                "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control"
+            }
+        ],
+        "author": {
+            "name": "djhvscf",
+            "image": "https://avatars1.githubusercontent.com/u/4496763"
+        }
+    },
+    {
         "name": "Flat JSON",
         "version": "1.3.0",
         "description": "Plugin to flat the JSON object.",
@@ -49,5 +100,34 @@
             "name": "djhvscf",
             "image": "https://avatars1.githubusercontent.com/u/4496763"
         }
+    },
+    {
+        "name": "Context Menu",
+        "version": "1.0.0",
+        "description": "Context menu support to wenzhixin bootstrap table",
+        "url": "https://github.com/prograhammer/bootstrap-table-contextmenu",
+        "example": "http://www.prograhammer.com/demos/bootstrap-table-contextmenu/",
+        "plugins": [
+            {
+                "name": "bootstrap-table-contextmenu",
+                "url": "https://github.com/prograhammer/bootstrap-table-contextmenu"
+            }
+        ],
+        "author": {
+            "name": "prograhammer",
+            "image": "https://avatars1.githubusercontent.com/u/4474660"
+        }
+    },
+    {
+        "name": "Group By",
+        "version": "1.0.0",
+        "description": "Group the data by field",
+        "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2",
+        "example": "",
+        "plugins": [],
+        "author": {
+            "name": "Knoxvillekm",
+            "image": "https://avatars3.githubusercontent.com/u/11072464"
+        }
     }
 ]