corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Table Key Events
2  
3 Use Plugin: [bootstrap-table-key-events](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events)
4  
5 ## Usage
6  
7 ```html
8 <script src="extensions/key-events/bootstrap-table-key-events.js"></script>
9 ```
10  
11 ## Options
12  
13 ### keyEvents
14  
15 * type: Boolean
16 * description:
17 True to enable the key events. The key event list is:
18 * s: It will be focused the search textbox if it is enabled.
19 * r: It will refresh the table if the showRefresh option is enabled.
20 * t: It will toggle the table view if the showToggle option is enabled.
21 * p: It will fires the pagination switch if the showPaginationSwitch is enabled.
22 * left: It will go to prev page if the pagination is true.
23 * right: It will go to next page if the pagination is true.
24 * default: `false`