extensions.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  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": "Context Menu",
  72. "version": "1.1.4",
  73. "description": "Context menu support to wenzhixin bootstrap table",
  74. "url": "https://github.com/prograhammer/bootstrap-table-contextmenu",
  75. "example": "http://www.prograhammer.com/demos/bootstrap-table-contextmenu/",
  76. "plugins": [
  77. {
  78. "name": "bootstrap-table-contextmenu",
  79. "url": "https://github.com/prograhammer/bootstrap-table-contextmenu"
  80. }
  81. ],
  82. "author": {
  83. "name": "prograhammer",
  84. "image": "https://avatars1.githubusercontent.com/u/4474660"
  85. }
  86. },
  87. {
  88. "name": "Filter Control",
  89. "version": "1.0.0",
  90. "description": "Plugin to add input/select element on the top of the columns in order to filter the data.",
  91. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control",
  92. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/filter-control.html",
  93. "plugins": [
  94. {
  95. "name": "bootstrap-table-filter-control",
  96. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control"
  97. }
  98. ],
  99. "author": {
  100. "name": "djhvscf",
  101. "image": "https://avatars1.githubusercontent.com/u/4496763"
  102. }
  103. },
  104. {
  105. "name": "Filter",
  106. "version": "1.0.0",
  107. "description": "Plugin to filter the boostrap table data.",
  108. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter",
  109. "example": "#",
  110. "plugins": [
  111. {
  112. "name": "bootstrap-table-filter",
  113. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter"
  114. }
  115. ],
  116. "author": {
  117. "name": "wenzhixin",
  118. "image": "https://avatars1.githubusercontent.com/u/2117018"
  119. }
  120. },
  121. {
  122. "name": "Flat JSON",
  123. "version": "1.3.0",
  124. "description": "Plugin to flat the JSON object.",
  125. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
  126. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
  127. "plugins": [
  128. {
  129. "name": "bootstrap-table-flat-json",
  130. "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
  131. }
  132. ],
  133. "author": {
  134. "name": "djhvscf",
  135. "image": "https://avatars1.githubusercontent.com/u/4496763"
  136. }
  137. },
  138. {
  139. "name": "Group By",
  140. "version": "1.1.0",
  141. "description": "Plugin to group the data by fields.",
  142. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by",
  143. "example": "#",
  144. "plugins": [
  145. {
  146. "name": "bootstrap-table-group-by",
  147. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by"
  148. }
  149. ],
  150. "author": {
  151. "name": "djhvscf",
  152. "image": "https://avatars1.githubusercontent.com/u/4496763"
  153. }
  154. },
  155. {
  156. "name": "Group By",
  157. "version": "1.0.0",
  158. "description": "Group the data by field",
  159. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2",
  160. "example": "",
  161. "plugins": [],
  162. "author": {
  163. "name": "Knoxvillekm",
  164. "image": "https://avatars3.githubusercontent.com/u/11072464"
  165. }
  166. },
  167. {
  168. "name": "Key Events",
  169. "version": "1.0.0",
  170. "description": "Plugin to support the key events in the bootstrap table.",
  171. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events",
  172. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/key-events.html",
  173. "plugins": [
  174. {
  175. "name": "bootstrap-table-key-events",
  176. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events"
  177. }
  178. ],
  179. "author": {
  180. "name": "djhvscf",
  181. "image": "https://avatars1.githubusercontent.com/u/4496763"
  182. }
  183. },
  184. {
  185. "name": "Mobile",
  186. "version": "1.1.0",
  187. "description": "Plugin to support the responsive feature.",
  188. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile",
  189. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/mobile.html",
  190. "plugins": [
  191. {
  192. "name": "bootstrap-table-mobile",
  193. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile"
  194. }
  195. ],
  196. "author": {
  197. "name": "djhvscf",
  198. "image": "https://avatars1.githubusercontent.com/u/4496763"
  199. }
  200. },
  201. {
  202. "name": "Multiple Search",
  203. "version": "1.0.0",
  204. "description": "Plugin to support the multiple search.",
  205. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search",
  206. "example": "#",
  207. "plugins": [
  208. {
  209. "name": "bootstrap-table-multiple-search",
  210. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search"
  211. }
  212. ],
  213. "author": {
  214. "name": "djhvscf",
  215. "image": "https://avatars1.githubusercontent.com/u/4496763"
  216. }
  217. },
  218. {
  219. "name": "Multiple Sort",
  220. "version": "1.0.0",
  221. "description": "Plugin to support the multiple sort.",
  222. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-sort",
  223. "example": "#",
  224. "plugins": [
  225. {
  226. "name": "bootstrap-table-multiple-sort",
  227. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-sort"
  228. }
  229. ],
  230. "author": {
  231. "name": "dimbslmh",
  232. "image": "https://avatars1.githubusercontent.com/u/745635"
  233. }
  234. },
  235. {
  236. "name": "Natural Sorting",
  237. "version": "1.0.0",
  238. "description": "Plugin to support the natural sorting.",
  239. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting",
  240. "example": "#",
  241. "plugins": [
  242. {
  243. "name": "bootstrap-table-natural-sorting",
  244. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting"
  245. }
  246. ],
  247. "author": {
  248. "name": "GreyWyvern",
  249. "image": "https://avatars1.githubusercontent.com/u/137631"
  250. }
  251. },
  252. {
  253. "name": "Reorder Columns",
  254. "version": "1.1.0",
  255. "description": "Plugin to support the reordering columns feature.",
  256. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns",
  257. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-columns.html",
  258. "plugins": [
  259. {
  260. "name": "bootstrap-table-reorder-columns",
  261. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns"
  262. }
  263. ],
  264. "author": {
  265. "name": "djhvscf",
  266. "image": "https://avatars1.githubusercontent.com/u/4496763"
  267. }
  268. },
  269. {
  270. "name": "Reorder Rows",
  271. "version": "1.0.0",
  272. "description": "Plugin to support the reordering rows feature.",
  273. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows",
  274. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-rows.html",
  275. "plugins": [
  276. {
  277. "name": "bootstrap-table-reorder-rows",
  278. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows"
  279. }
  280. ],
  281. "author": {
  282. "name": "djhvscf",
  283. "image": "https://avatars1.githubusercontent.com/u/4496763"
  284. }
  285. },
  286. {
  287. "name": "Resizable",
  288. "version": "1.0.0",
  289. "description": "Plugin to support the resizable feature.",
  290. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable",
  291. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/resizable.html",
  292. "plugins": [
  293. {
  294. "name": "bootstrap-table-resizable",
  295. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable"
  296. }
  297. ],
  298. "author": {
  299. "name": "djhvscf",
  300. "image": "https://avatars1.githubusercontent.com/u/4496763"
  301. }
  302. },
  303. {
  304. "name": "Sticky Header",
  305. "version": "1.0.0",
  306. "description": "An extension which provides a sticky header for table columns when scrolling on a long page and / or table. Works for tables with many columns and narrow width with horizontal scrollbars too.",
  307. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header",
  308. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/sticky-header.html",
  309. "plugins": [
  310. {
  311. "name": "bootstrap-table-sticky-header",
  312. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header"
  313. }
  314. ],
  315. "author": {
  316. "name": "vinzloh",
  317. "image": "https://avatars0.githubusercontent.com/u/5501845"
  318. }
  319. },
  320. {
  321. "name": "Toolbar",
  322. "version": "2.0.0",
  323. "description": "Plugin to support the advanced search.",
  324. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar",
  325. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/toolbar.html",
  326. "plugins": [
  327. {
  328. "name": "bootstrap-table-toolbar",
  329. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar"
  330. }
  331. ],
  332. "author": {
  333. "name": "djhvscf",
  334. "image": "https://avatars1.githubusercontent.com/u/4496763"
  335. }
  336. }
  337. ]