extension.json 529 B

12345678910111213141516171819
  1. {
  2. "name": "Table Editable",
  3. "version": "1.1.0",
  4. "description": "Use the x-editable to in-place editing your table.",
  5. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
  6. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
  7. "plugins": [
  8. {
  9. "name": "x-editable",
  10. "url": "https://github.com/vitalets/x-editable"
  11. }
  12. ],
  13. "author": {
  14. "name": "wenzhixin",
  15. "image": "https://avatars1.githubusercontent.com/u/2117018"
  16. }
  17. }