sortable
sortable copied to clipboard
R htmlwidget for Sortable.js
I have a problem connecting N destinations with M origins, and both are dynamically created in my shiny app. After completion, the user must drag from the first list to...
Cool package by the way! I'm curious if this function has been deprecated? There's an example on the sortable home page [Code Example](https://rstudio.github.io/sortable/) and it would be great if it...
Hello, a collegue is experiecing some problems using "sortable" within a Shiny application. We reinstalled R packages / did updates / tried to include the JS library of sortable in...
Since deprecated https://rlang.r-lib.org/news/index.html#argument-intake-1-0-0 Also update links and gh actions Fixup documentation as well. Is `update_rank_list()` actually an export?
I've been really enjoying using sortable with R and Shiny. However, I actually migrated my app from Python after realising there wasn't a Python equivalent to the R Sortable package....
I cannot use `sortable` in `shinytests2` as it doesn't print correctly, nor does it capture the events for use in `shiny`. Even when explicitly using `htmltools::as.tags` to print the `sortable_js`...
When using the onSort option, something like this: ``` sortable_js(css_id = "example_1", options = sortable_options( onSort = sortable_js_capture_input("reorder_1") )) ``` The observer on input$reorder_1 only fires once if the items...
This page is not available and reports 404 status: https://rstudio.github.io/sortable/articles/updating_rank_list.html
It seems the bucket list id is determined by the group name, e.g. if the group name is bucket_list_group, the id is bucket-list-bucket_list_group.  ``` library(shiny) library(sortable) library(dplyr) library(htmlwidgets) ui
The update_rank_list is not available in the CRAN version. Would it be possible to resubmit to CRAN with the export?