extensions.json 14 KB

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