corrade-nucleus-nucleons – Blame information for rev 17

Subversion Repositories:
Rev:
Rev Author Line No. Line
17 office 1 # Table Auto Refresh
2  
3 Use Plugin: [bootstrap-table-auto-refresh](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/auto-refresh)
4  
5 ## Usage
6  
7 ```html
8 <link rel="stylesheet" href="extensions/auto-refresh/bootstrap-table-auto-refresh.css">
9 <script src="extensions/auto-refresh/bootstrap-table-auto-refresh.js"></script>
10 ```
11  
12 ## Options
13  
14 ### autoRefresh
15  
16 * type: Boolean
17 * description: Set true to enable auto refresh plugin. **This does not mean enable auto refresh.** This allows the user to enable/disable auto refresh by clicking the button.
18 * default: `false`
19  
20 ## autoRefreshStatus
21  
22 * type: Boolean
23 * description: Set true to enable auto refresh. This is the state auto refresh will be in when the table loads. Clicking the button toggles this property. This is simply the default state of auto refresh as the user can always change it by clicking the button.
24 * default: `true`
25  
26 ## autoRefreshInterval
27  
28 * type: Integer
29 * description: Time in seconds for auto refresh to occur every.
30 * default: `60`
31  
32 ## autoRefreshSilent
33  
34 * type: Boolean
35 * description: Set true to auto refresh silently.
36 * default: `true`
37  
38 ## Column options
39  
40 None
41  
42 ### Icons
43 * autoRefresh: 'glyphicon-time icon-time'
44  
45 ## Events
46  
47 None