extension.json 531 B

12345678910111213141516171819
  1. {
  2. "name": "Auto Refresh",
  3. "version": "1.0.0",
  4. "description": "Plugin to automatically refresh the table on an interval.",
  5. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/auto-refresh",
  6. "example": "#",
  7. "plugins": [
  8. {
  9. "name": "bootstrap-table-auto-refresh",
  10. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/auto-refresh"
  11. }
  12. ],
  13. "author": {
  14. "name": "fenichaler",
  15. "image": "https://avatars.githubusercontent.com/u/3437075"
  16. }
  17. }