|
|
@@ -233,6 +233,23 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "name": "Multi Column Toggle",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "Allows allows hiding and showing of multiple columns at once.",
|
|
|
+ "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multi-column-toggle",
|
|
|
+ "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/multi-column-toggle.html",
|
|
|
+
|
|
|
+ "plugins": [{
|
|
|
+ "name": "multi-column-toggle",
|
|
|
+ "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multi-column-toggle"
|
|
|
+ }],
|
|
|
+
|
|
|
+ "author": {
|
|
|
+ "name": "Homer Glascock",
|
|
|
+ "image": "https://avatars1.githubusercontent.com/u/5546710"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "Natural Sorting",
|
|
|
"version": "1.0.0",
|
|
|
"description": "Plugin to support the natural sorting.",
|