| observe_dt2_events | R Documentation |
Listen for table events (init, draw, order, search, page, select, deselect).
observe_dt2_events(input, id, handler)
input |
Shiny input object. |
id |
Widget ID. |
handler |
Function with signature |
No return value, called for side effects. Sets up a Shiny
observer that calls handler whenever the table emits an event.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.