extensions.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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": "Accent Neutralise",
  38. "version": "1.0.0",
  39. "description": "Plugin to neutralise the words.",
  40. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise",
  41. "example": "#",
  42. "plugins": [
  43. {
  44. "name": "bootstrap-table-accent-neutralise",
  45. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise"
  46. }
  47. ],
  48. "author": {
  49. "name": "djhvscf",
  50. "image": "https://avatars1.githubusercontent.com/u/4496763"
  51. }
  52. },
  53. {
  54. "name": "Cookie",
  55. "version": "1.2.0",
  56. "description": "Plugin to use the cookie of the browser.",
  57. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie",
  58. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/cookie.html",
  59. "plugins": [
  60. {
  61. "name": "bootstrap-table-cookie",
  62. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie"
  63. }
  64. ],
  65. "author": {
  66. "name": "djhvscf",
  67. "image": "https://avatars1.githubusercontent.com/u/4496763"
  68. }
  69. },
  70. {
  71. "name": "Filter Control",
  72. "version": "1.0.0",
  73. "description": "Plugin to add input/select element on the top of the columns in order to filter the data.",
  74. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control",
  75. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/filter-control.html",
  76. "plugins": [
  77. {
  78. "name": "bootstrap-table-filter-control",
  79. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control"
  80. }
  81. ],
  82. "author": {
  83. "name": "djhvscf",
  84. "image": "https://avatars1.githubusercontent.com/u/4496763"
  85. }
  86. },
  87. {
  88. "name": "Flat JSON",
  89. "version": "1.3.0",
  90. "description": "Plugin to flat the JSON object.",
  91. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
  92. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
  93. "plugins": [
  94. {
  95. "name": "bootstrap-table-flat-json",
  96. "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
  97. }
  98. ],
  99. "author": {
  100. "name": "djhvscf",
  101. "image": "https://avatars1.githubusercontent.com/u/4496763"
  102. }
  103. },
  104. {
  105. "name": "Context Menu",
  106. "version": "1.1.4",
  107. "description": "Context menu support to wenzhixin bootstrap table",
  108. "url": "https://github.com/prograhammer/bootstrap-table-contextmenu",
  109. "example": "http://www.prograhammer.com/demos/bootstrap-table-contextmenu/",
  110. "plugins": [
  111. {
  112. "name": "bootstrap-table-contextmenu",
  113. "url": "https://github.com/prograhammer/bootstrap-table-contextmenu"
  114. }
  115. ],
  116. "author": {
  117. "name": "prograhammer",
  118. "image": "https://avatars1.githubusercontent.com/u/4474660"
  119. }
  120. },
  121. {
  122. "name": "Group By",
  123. "version": "1.0.0",
  124. "description": "Group the data by field",
  125. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2",
  126. "example": "",
  127. "plugins": [],
  128. "author": {
  129. "name": "Knoxvillekm",
  130. "image": "https://avatars3.githubusercontent.com/u/11072464"
  131. }
  132. }
  133. ]