sortable
sortable copied to clipboard
R htmlwidget for Sortable.js
I am trying to arrange the labels of rank_list horizontally rather than vertically using the direction option: ``` library(shiny) library(sortable) ui
The drag-drop does not work properly with the new version of htmlwidgets. The sorting and drag drop stop working after the first "move"
Fixes #100 ------------------------- Hi `sortable` devs, We needed the ability to update labels on a `sortable` rank list so I managed to get it working with `shinyjs` and figured I...
Hello! I'm rebuilding a shiny app I made last fall which used sortable bucket lists where I passed a shiny::textInput() as the title for each of the bucket lists allowing...
I experience problems with dropping items for more complex setups. To reproduce it, you can use the example from your vignette: https://cran.r-project.org/web/packages/sortable/vignettes/novel_solutions.html When I run this locally, I can drag...
Hi, thanks for nice work. Recently I'm trying to build rank_list (or bucket list) with items have **clone feature** It seems that, only `div` with `id` works from [official article](https://rstudio.github.io/sortable/articles/cloning.html)'s...
When I copy and paste the example bucket list app exactly, it throws up a couple of errors & not sure how to fix the problem to make the app...
On-Click
Hello, I was wondering if there is a simple "on-click" listener? I would like to have create a sortable list where a user could click the card to get more...
Hi, I tried to specify `options = sortable::sortable_options(multiDrag = TRUE)` but it's not working. Is there a workaround for dragging multiple items at once? Thanks!
Hey @andrie & @schloerke, I've spent a handful of hours trying to figure out what's going on here and it looks like the issue goes beyond just the update module,...