extension.json 574 B

12345678910111213141516171819
  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. {
  9. "name": "tableExport.jquery.plugin",
  10. "url": "https://github.com/hhurz/tableExport.jquery.plugin"
  11. }
  12. ],
  13. "author": {
  14. "name": "wenzhixin",
  15. "image": "https://avatars1.githubusercontent.com/u/2117018"
  16. }
  17. }