extension.json 518 B

1234567891011121314151617
  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. "name": "bootstrap-table-auto-refresh",
  9. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/auto-refresh"
  10. }],
  11. "author": {
  12. "name": "fenichaler",
  13. "image": "https://avatars.githubusercontent.com/u/3437075"
  14. }
  15. }