extensions.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. [
  2. {
  3. "name": "Accent Neutralise",
  4. "version": "1.0.0",
  5. "description": "Plugin to neutralise the words.",
  6. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise",
  7. "example": "#",
  8. "plugins": [{
  9. "name": "bootstrap-table-accent-neutralise",
  10. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise"
  11. }],
  12. "author": {
  13. "name": "djhvscf",
  14. "image": "https://avatars1.githubusercontent.com/u/4496763"
  15. }
  16. },
  17. {
  18. "name": "Auto Refresh",
  19. "version": "1.0.0",
  20. "description": "Plugin to automatically refresh the table on an interval.",
  21. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/auto-refresh",
  22. "example": "#",
  23. "plugins": [{
  24. "name": "bootstrap-table-auto-refresh",
  25. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/auto-refresh"
  26. }],
  27. "author": {
  28. "name": "fenichaler",
  29. "image": "https://avatars.githubusercontent.com/u/3437075"
  30. }
  31. }
  32. ,
  33. {
  34. "name": "Cookie",
  35. "version": "1.2.1",
  36. "description": "Plugin to use the cookie of the browser.",
  37. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie",
  38. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/cookie.html",
  39. "plugins": [{
  40. "name": "bootstrap-table-cookie",
  41. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie"
  42. }],
  43. "author": {
  44. "name": "djhvscf",
  45. "image": "https://avatars1.githubusercontent.com/u/4496763"
  46. }
  47. },
  48. {
  49. "name": "Copy Rows",
  50. "version": "1.0.0",
  51. "description": "Allows pushing of selected column data to the clipboard.",
  52. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows",
  53. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/copy-rows.html",
  54. "plugins": [{
  55. "name": "copy-rows",
  56. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows"
  57. }],
  58. "author": {
  59. "name": "Homer Glascock",
  60. "image": "https://avatars1.githubusercontent.com/u/5546710"
  61. }
  62. }
  63. ,
  64. {
  65. "name": "DeferURL",
  66. "version": "1.0.0",
  67. "description": "Plugin to defer server side processing.",
  68. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/defer-url",
  69. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/defer-url.html",
  70. "plugins": [{
  71. "name": "bootstrap-table-defer-url",
  72. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/defer-url"
  73. }],
  74. "author": {
  75. "name": "rubensa",
  76. "image": "https://avatars1.githubusercontent.com/u/1469340"
  77. }
  78. },
  79. {
  80. "name": "Table Editable",
  81. "version": "1.1.0",
  82. "description": "Use the x-editable to in-place editing your table.",
  83. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
  84. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
  85. "plugins": [{
  86. "name": "x-editable",
  87. "url": "https://github.com/vitalets/x-editable"
  88. }],
  89. "author": {
  90. "name": "wenzhixin",
  91. "image": "https://avatars1.githubusercontent.com/u/2117018"
  92. }
  93. },
  94. {
  95. "name": "Table Export",
  96. "version": "1.1.0",
  97. "description": "Export your table data to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG, PDF.",
  98. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/export",
  99. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html",
  100. "plugins": [{
  101. "name": "tableExport.jquery.plugin",
  102. "url": "https://github.com/hhurz/tableExport.jquery.plugin"
  103. }],
  104. "author": {
  105. "name": "wenzhixin",
  106. "image": "https://avatars1.githubusercontent.com/u/2117018"
  107. }
  108. },
  109. {
  110. "name": "Filter Control",
  111. "version": "2.1.0",
  112. "description": "Plugin to add input/select element on the top of the columns in order to filter the data.",
  113. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control",
  114. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/filter-control.html",
  115. "plugins": [{
  116. "name": "bootstrap-table-filter-control",
  117. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control"
  118. }],
  119. "author": {
  120. "name": "djhvscf",
  121. "image": "https://avatars1.githubusercontent.com/u/4496763"
  122. }
  123. },
  124. {
  125. "name": "Filter",
  126. "version": "1.0.0",
  127. "description": "Plugin to filter the boostrap table data.",
  128. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter",
  129. "example": "#",
  130. "plugins": [{
  131. "name": "bootstrap-table-filter",
  132. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter"
  133. }],
  134. "author": {
  135. "name": "wenzhixin",
  136. "image": "https://avatars1.githubusercontent.com/u/2117018"
  137. }
  138. },
  139. {
  140. "name": "Group By",
  141. "version": "1.1.0",
  142. "description": "Plugin to group the data by fields.",
  143. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by",
  144. "example": "#",
  145. "plugins": [{
  146. "name": "bootstrap-table-group-by",
  147. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by"
  148. }],
  149. "author": {
  150. "name": "djhvscf",
  151. "image": "https://avatars1.githubusercontent.com/u/4496763"
  152. }
  153. },
  154. {
  155. "name": "Group By V2",
  156. "version": "1.0.0",
  157. "description": "Group the data by field",
  158. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2",
  159. "example": "",
  160. "plugins": [],
  161. "author": {
  162. "name": "Knoxvillekm",
  163. "image": "https://avatars3.githubusercontent.com/u/11072464"
  164. }
  165. }
  166. ,
  167. {
  168. "name": "i18n Enhance",
  169. "version": "1.0.0",
  170. "description": "Plugin to add i18n API in order to change column's title and table locale.",
  171. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/i18n-enhance",
  172. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/i18n-enhance.html",
  173. "plugins": [{
  174. "name": "bootstrap-table-i18n-enhance",
  175. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/i18n-enhance"
  176. }],
  177. "author": {
  178. "name": "Jewway",
  179. "image": "https://avatars0.githubusercontent.com/u/3501899"
  180. }
  181. },
  182. {
  183. "name": "Key Events",
  184. "version": "1.0.0",
  185. "description": "Plugin to support the key events in the bootstrap table.",
  186. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events",
  187. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/key-events.html",
  188. "plugins": [{
  189. "name": "bootstrap-table-key-events",
  190. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events"
  191. }],
  192. "author": {
  193. "name": "djhvscf",
  194. "image": "https://avatars1.githubusercontent.com/u/4496763"
  195. }
  196. },
  197. {
  198. "name": "Mobile",
  199. "version": "1.1.0",
  200. "description": "Plugin to support the responsive feature.",
  201. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile",
  202. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/mobile.html",
  203. "plugins": [{
  204. "name": "bootstrap-table-mobile",
  205. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/mobile"
  206. }],
  207. "author": {
  208. "name": "djhvscf",
  209. "image": "https://avatars1.githubusercontent.com/u/4496763"
  210. }
  211. },
  212. {
  213. "name": "Multi Column Toggle",
  214. "version": "1.0.0",
  215. "description": "Allows hiding and showing of multiple columns at once.",
  216. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multi-column-toggle",
  217. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/multi-column-toggle.html",
  218. "plugins": [{
  219. "name": "multi-column-toggle",
  220. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multi-column-toggle"
  221. }],
  222. "author": {
  223. "name": "Homer Glascock",
  224. "image": "https://avatars1.githubusercontent.com/u/5546710"
  225. }
  226. }
  227. ,
  228. {
  229. "name": "Multiple Search",
  230. "version": "1.0.0",
  231. "description": "Plugin to support the multiple search.",
  232. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search",
  233. "example": "#",
  234. "plugins": [{
  235. "name": "bootstrap-table-multiple-search",
  236. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search"
  237. }],
  238. "author": {
  239. "name": "djhvscf",
  240. "image": "https://avatars1.githubusercontent.com/u/4496763"
  241. }
  242. },
  243. {
  244. "name": "Multiple Selection Row",
  245. "version": "1.0.0",
  246. "description": "Plugin to enable the multiple selection row. You can use the ctrl+click to select one row or use ctrl+shift+click to select a range of rows.",
  247. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row",
  248. "example": "",
  249. "plugins": [{
  250. "name": "bootstrap-table-multiple-selection-row",
  251. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row"
  252. }],
  253. "author": {
  254. "name": "djhvscf",
  255. "image": "https://avatars1.githubusercontent.com/u/4496763"
  256. }
  257. },
  258. {
  259. "name": "Multiple Sort",
  260. "version": "1.1.0",
  261. "description": "Plugin to support the multiple sort.",
  262. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-sort",
  263. "example": "#",
  264. "plugins": [{
  265. "name": "bootstrap-table-multiple-sort",
  266. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-sort"
  267. }],
  268. "author": {
  269. "name": "dimbslmh",
  270. "image": "https://avatars1.githubusercontent.com/u/745635"
  271. }
  272. }
  273. ,
  274. {
  275. "name": "Natural Sorting",
  276. "version": "1.0.0",
  277. "description": "Plugin to support the natural sorting.",
  278. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting",
  279. "example": "#",
  280. "plugins": [{
  281. "name": "bootstrap-table-natural-sorting",
  282. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting"
  283. }],
  284. "author": {
  285. "name": "GreyWyvern",
  286. "image": "https://avatars1.githubusercontent.com/u/137631"
  287. }
  288. },
  289. {
  290. "name": "Reorder Columns",
  291. "version": "1.1.0",
  292. "description": "Plugin to support the reordering columns feature.",
  293. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns",
  294. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-columns.html",
  295. "plugins": [{
  296. "name": "bootstrap-table-reorder-columns",
  297. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns"
  298. }],
  299. "author": {
  300. "name": "djhvscf",
  301. "image": "https://avatars1.githubusercontent.com/u/4496763"
  302. }
  303. },
  304. {
  305. "name": "Reorder Rows",
  306. "version": "1.0.0",
  307. "description": "Plugin to support the reordering rows feature.",
  308. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows",
  309. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-rows.html",
  310. "plugins": [{
  311. "name": "bootstrap-table-reorder-rows",
  312. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows"
  313. }],
  314. "author": {
  315. "name": "djhvscf",
  316. "image": "https://avatars1.githubusercontent.com/u/4496763"
  317. }
  318. },
  319. {
  320. "name": "Resizable",
  321. "version": "1.1.0",
  322. "description": "Plugin to support the resizable feature.",
  323. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable",
  324. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/resizable.html",
  325. "plugins": [{
  326. "name": "bootstrap-table-resizable",
  327. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable"
  328. }],
  329. "author": {
  330. "name": "djhvscf",
  331. "image": "https://avatars1.githubusercontent.com/u/4496763"
  332. }
  333. }
  334. ,
  335. {
  336. "name": "Select2 Filter",
  337. "version": "1.1.0",
  338. "description": "Plugin to add select2 filter on the top of the columns in order to filter the data.",
  339. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/select2-filter",
  340. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/select2-filter.html",
  341. "plugins": [{
  342. "name": "bootstrap-table-select2-filter",
  343. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/select2-filter"
  344. }],
  345. "author": {
  346. "name": "Jewway",
  347. "image": "https://avatars0.githubusercontent.com/u/3501899"
  348. }
  349. },
  350. {
  351. "name": "Sticky Header",
  352. "version": "1.0.0",
  353. "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.",
  354. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header",
  355. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/sticky-header.html",
  356. "plugins": [{
  357. "name": "bootstrap-table-sticky-header",
  358. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/sticky-header"
  359. }],
  360. "author": {
  361. "name": "vinzloh",
  362. "image": "https://avatars0.githubusercontent.com/u/5501845"
  363. }
  364. }
  365. ,
  366. {
  367. "name": "Toolbar",
  368. "version": "2.0.0",
  369. "description": "Plugin to support the advanced search.",
  370. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar",
  371. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/toolbar.html",
  372. "plugins": [{
  373. "name": "bootstrap-table-toolbar",
  374. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/toolbar"
  375. }],
  376. "author": {
  377. "name": "djhvscf",
  378. "image": "https://avatars1.githubusercontent.com/u/4496763"
  379. }
  380. },
  381. {
  382. "name": "Tree column",
  383. "version": "1.0.0",
  384. "description": "Plugin to support display tree data column.",
  385. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/tree-column",
  386. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/tree-column.html",
  387. "plugins": [{
  388. "name": "bootstrap-table-reorder-rows",
  389. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/tree-column"
  390. }],
  391. "author": {
  392. "name": "KingYang",
  393. "image": "https://avatars3.githubusercontent.com/u/1540211"
  394. }
  395. },
  396. {
  397. "name": "treegrid",
  398. "version": "1.0.0",
  399. "description": "Plugin to support the jquery treegrid.",
  400. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid",
  401. "example": "https://github.com/wenzhixin/bootstrap-table-examples/blob/master/extensions/treegrid.html",
  402. "plugins": [{
  403. "name": "bootstrap-table-treegrid",
  404. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid"
  405. }],
  406. "author": {
  407. "name": "foreveryang321",
  408. "image": "https://avatars0.githubusercontent.com/u/5868190"
  409. }
  410. }]