extension.json 560 B

1234567891011121314151617
  1. {
  2. "name": "Table Export",
  3. "version": "1.1.0",
  4. "description": "Export your table data to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG, PDF.",
  5. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/export",
  6. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html",
  7. "plugins": [{
  8. "name": "tableExport.jquery.plugin",
  9. "url": "https://github.com/hhurz/tableExport.jquery.plugin"
  10. }],
  11. "author": {
  12. "name": "wenzhixin",
  13. "image": "https://avatars1.githubusercontent.com/u/2117018"
  14. }
  15. }