chain_js_events {sortable} | R Documentation |
Chain multiple JavaScript events
Description
SortableJS does not have an event based system. To be able to call multiple JavaScript events under the same event execution, they need to be executed one after another.
Usage
chain_js_events(...)
Arguments
... |
JavaScript functions defined by htmlwidgets::JS |
Value
A single JavaScript function that will call all methods provided with the event
See Also
Other JavaScript functions:
sortable_js_capture_input()
[Package sortable version 0.5.0 Index]