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