Dácio Barros Tavares 7c37c0bae2 Fixed key-events, when the 's', 'r', 't', 'p', 'left', and 'right' keys are press on toolbar elements, the key-events it will not run. 10 years ago
..
README.md 275a6095aa Added multiple-search extension 10 years ago
bootstrap-table-key-events.js 7c37c0bae2 Fixed key-events, when the 's', 'r', 't', 'p', 'left', and 'right' keys are press on toolbar elements, the key-events it will not run. 10 years ago
extension.json a7efa4856b Added extensions files 10 years ago

README.md

Table Key Events

Use Plugin: bootstrap-table-key-events

Usage

<script src="extensions/key-events/bootstrap-table-key-events.js"></script>

Options

keyEvents

  • type: Boolean
  • description: True to enable the key events. The key event list is:
    • s: It will be focused the search textbox if it is enabled.
    • r: It will refresh the table if the showRefresh option is enabled.
    • t: It will toggle the table view if the showToggle option is enabled.
    • p: It will fires the pagination switch if the showPaginationSwitch is enabled.
    • left: It will go to prev page if the pagination is true.
    • right: It will go to next page if the pagination is true.
  • default: false