extensions.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [
  2. {
  3. "name": "Table Editable",
  4. "version": "1.1.0",
  5. "description": "Use the x-editable to in-place editing your table.",
  6. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
  7. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
  8. "plugins": [
  9. {
  10. "name": "x-editable",
  11. "url": "https://github.com/vitalets/x-editable"
  12. }
  13. ],
  14. "author": {
  15. "name": "wenzhixin",
  16. "image": "https://avatars1.githubusercontent.com/u/2117018"
  17. }
  18. },
  19. {
  20. "name": "Table Export",
  21. "version": "1.1.0",
  22. "description": "Export your table data to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG, PDF.",
  23. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/export",
  24. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html",
  25. "plugins": [
  26. {
  27. "name": "tableExport.jquery.plugin",
  28. "url": "https://github.com/hhurz/tableExport.jquery.plugin"
  29. }
  30. ],
  31. "author": {
  32. "name": "wenzhixin",
  33. "image": "https://avatars1.githubusercontent.com/u/2117018"
  34. }
  35. },
  36. {
  37. "name": "Flat JSON",
  38. "version": "1.3.0",
  39. "description": "Plugin to flat the JSON object.",
  40. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
  41. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
  42. "plugins": [
  43. {
  44. "name": "bootstrap-table-flat-json",
  45. "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
  46. }
  47. ],
  48. "author": {
  49. "name": "djhvscf",
  50. "image": "https://avatars1.githubusercontent.com/u/4496763"
  51. }
  52. }
  53. ]