|
@@ -1,51 +1,53 @@
|
|
|
[
|
|
[
|
|
|
- {
|
|
|
|
|
- "name": "Table Editable",
|
|
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "description": "Use the x-editable to editable your table.",
|
|
|
|
|
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
|
|
|
|
|
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
|
|
|
|
|
-
|
|
|
|
|
- "plugins": [{
|
|
|
|
|
- "name": "x-editable",
|
|
|
|
|
- "url": "https://github.com/vitalets/x-editable"
|
|
|
|
|
- }],
|
|
|
|
|
-
|
|
|
|
|
- "author": {
|
|
|
|
|
- "name": "wenzhixin",
|
|
|
|
|
- "image": "https://avatars1.githubusercontent.com/u/2117018"
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Table Editable",
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
|
+ "description": "Use the x-editable to in-place editing your table.",
|
|
|
|
|
+ "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
|
|
|
|
|
+ "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
|
|
|
|
|
+ "plugins": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "x-editable",
|
|
|
|
|
+ "url": "https://github.com/vitalets/x-editable"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "author": {
|
|
|
|
|
+ "name": "wenzhixin",
|
|
|
|
|
+ "image": "https://avatars1.githubusercontent.com/u/2117018"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Table Export",
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
|
+ "description": "Export your table data to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG, PDF.",
|
|
|
|
|
+ "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/export",
|
|
|
|
|
+ "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html",
|
|
|
|
|
+ "plugins": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "tableExport.jquery.plugin",
|
|
|
|
|
+ "url": "https://github.com/hhurz/tableExport.jquery.plugin"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "author": {
|
|
|
|
|
+ "name": "wenzhixin",
|
|
|
|
|
+ "image": "https://avatars1.githubusercontent.com/u/2117018"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Flat JSON",
|
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
|
+ "description": "Plugin to flat the JSON object.",
|
|
|
|
|
+ "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
|
|
|
|
|
+ "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
|
|
|
|
|
+ "plugins": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "bootstrap-table-flat-json",
|
|
|
|
|
+ "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "author": {
|
|
|
|
|
+ "name": "djhvscf",
|
|
|
|
|
+ "image": "https://avatars1.githubusercontent.com/u/4496763"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
- }, {
|
|
|
|
|
- "name": "Table Export",
|
|
|
|
|
- "version": "1.1.0",
|
|
|
|
|
- "description": "Export your table data to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG, PDF.",
|
|
|
|
|
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/export",
|
|
|
|
|
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html",
|
|
|
|
|
-
|
|
|
|
|
- "plugins": [{
|
|
|
|
|
- "name": "tableExport.jquery.plugin",
|
|
|
|
|
- "url": "https://github.com/hhurz/tableExport.jquery.plugin"
|
|
|
|
|
- }],
|
|
|
|
|
-
|
|
|
|
|
- "author": {
|
|
|
|
|
- "name": "wenzhixin",
|
|
|
|
|
- "image": "https://avatars1.githubusercontent.com/u/2117018"
|
|
|
|
|
- }
|
|
|
|
|
- }, {
|
|
|
|
|
- "name": "Flat JSON",
|
|
|
|
|
- "version": "1.3.0",
|
|
|
|
|
- "description": "Plugin to flat the JSON object.",
|
|
|
|
|
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
|
|
|
|
|
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
|
|
|
|
|
-
|
|
|
|
|
- "plugins": [{
|
|
|
|
|
- "name": "bootstrap-table-flat-json",
|
|
|
|
|
- "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
|
|
|
|
|
- }],
|
|
|
|
|
-
|
|
|
|
|
- "author": {
|
|
|
|
|
- "name": "djhvscf",
|
|
|
|
|
- "image": "https://avatars1.githubusercontent.com/u/4496763"
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
]
|
|
]
|