keyevents.md 675 B

Table Key Events

Use Plugin: bootstrap-table-keyevents

Usage

<script src="extensions/cookie/bootstrap-table-keyevents.js"></script>

Options

keyEvents

  • type: Boolean
  • description: True to enable the key events. The key event list is:
    • S/s: It will be focused the search textbox if it is enabled.
    • R/r: It will refresh the table if the showRefresh option is enabled.
    • T/t: It will toggle the table view if the showToggle option is enabled.
    • P/p: It will fires the pagination switch if the showPaginationSwitch is enabled.
  • default: true