| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- [
- {
- "name": "Table Editable",
- "version": "1.1.0",
- "description": "Use the x-editable to in-place editing your table.",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
- "plugins": [
- {
- "name": "x-editable",
- "url": "https://github.com/vitalets/x-editable"
- }
- ],
- "author": {
- "name": "wenzhixin",
- "image": "https://avatars1.githubusercontent.com/u/2117018"
- }
- },
- {
- "name": "Table Export",
- "version": "1.1.0",
- "description": "Export your table data to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG, PDF.",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/export",
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html",
- "plugins": [
- {
- "name": "tableExport.jquery.plugin",
- "url": "https://github.com/hhurz/tableExport.jquery.plugin"
- }
- ],
- "author": {
- "name": "wenzhixin",
- "image": "https://avatars1.githubusercontent.com/u/2117018"
- }
- },
- {
- "name": "Accent Neutralise",
- "version": "1.0.0",
- "description": "Plugin to neutralise the words.",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise",
- "example": "#",
- "plugins": [
- {
- "name": "bootstrap-table-accent-neutralise",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/accent-neutralise"
- }
- ],
- "author": {
- "name": "djhvscf",
- "image": "https://avatars1.githubusercontent.com/u/4496763"
- }
- },
- {
- "name": "Cookie",
- "version": "1.2.0",
- "description": "Plugin to use the cookie of the browser.",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie",
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/cookie.html",
- "plugins": [
- {
- "name": "bootstrap-table-cookie",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/cookie"
- }
- ],
- "author": {
- "name": "djhvscf",
- "image": "https://avatars1.githubusercontent.com/u/4496763"
- }
- },
- {
- "name": "Filter Control",
- "version": "1.0.0",
- "description": "Plugin to add input/select element on the top of the columns in order to filter the data.",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control",
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/filter-control.html",
- "plugins": [
- {
- "name": "bootstrap-table-filter-control",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control"
- }
- ],
- "author": {
- "name": "djhvscf",
- "image": "https://avatars1.githubusercontent.com/u/4496763"
- }
- },
- {
- "name": "Flat JSON",
- "version": "1.3.0",
- "description": "Plugin to flat the JSON object.",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/flat-json",
- "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/flat-json.html",
- "plugins": [
- {
- "name": "bootstrap-table-flat-json",
- "url": "https://github.com/djhvscf/bootstrap-table-flat-json"
- }
- ],
- "author": {
- "name": "djhvscf",
- "image": "https://avatars1.githubusercontent.com/u/4496763"
- }
- },
- {
- "name": "Context Menu",
- "version": "1.0.0",
- "description": "Context menu support to wenzhixin bootstrap table",
- "url": "https://github.com/prograhammer/bootstrap-table-contextmenu",
- "example": "http://www.prograhammer.com/demos/bootstrap-table-contextmenu/",
- "plugins": [
- {
- "name": "bootstrap-table-contextmenu",
- "url": "https://github.com/prograhammer/bootstrap-table-contextmenu"
- }
- ],
- "author": {
- "name": "prograhammer",
- "image": "https://avatars1.githubusercontent.com/u/4474660"
- }
- },
- {
- "name": "Group By",
- "version": "1.0.0",
- "description": "Group the data by field",
- "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2",
- "example": "",
- "plugins": [],
- "author": {
- "name": "Knoxvillekm",
- "image": "https://avatars3.githubusercontent.com/u/11072464"
- }
- }
- ]
|