extensions.json 1.6 KB

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