extension.json 590 B

12345678910111213141516171819
  1. {
  2. "name": "treegrid",
  3. "version": "1.0.0",
  4. "description": "Plugin to support the jquery treegrid.",
  5. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid",
  6. "example": "https://github.com/wenzhixin/bootstrap-table-examples/blob/master/extensions/treegrid.html",
  7. "plugins": [
  8. {
  9. "name": "bootstrap-table-treegrid",
  10. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid"
  11. }
  12. ],
  13. "author": {
  14. "name": "foreveryang321",
  15. "image": "https://avatars0.githubusercontent.com/u/5868190"
  16. }
  17. }