View on GitHub
Events
The Events API of Bootstrap Table.
Events can be bound in two ways:
- via the option object
- via jquery event handler
Binding via the options object:
Binding via the jquery event handler:
Hint: if you use the jquery event handler, make sure to bind the event listener before the event is executed!