chain_js_events: Chain multiple JavaScript events

View source: R/js.R

chain_js_eventsR 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()


sortable documentation built on March 31, 2023, 9:35 p.m.