inst/examples/example_rank_list_multidrag.R

## - example-rank-list-multidrag ------------------------------------------

if (interactive()) {
  rank_list(
    text = "You can select multiple items and drag as a group:",
    labels = c("one", "two", "three", "four", "five"),
    input_id = "example_2",
    options = sortable_options(
      multiDrag = TRUE
    )
  )
}
timelyportfolio/sortableR documentation built on April 5, 2024, 9:21 a.m.