sortable
sortable copied to clipboard
R htmlwidget for Sortable.js
This may seem like a trivial question, but I'm having trouble finding help reordering the yaml keys so that the author name (or subtitle or date) appears above the table...
Hi, I love this package and it fits my need to make analysis more visual! I imagine you have to carefully manage "mission creep", but maybe this one isn't too...
I've been able to use sortable_js on two boxes from shinydashboardplus. Is there a way to store the order of the sort after a user has repositioned boxes, so when...
Hi, I'd like to be able to rename the rank lists in a bucket list. I had the approach below in mind, does it make sense? 1. add a `update_rank_list_label(inputId,...
Something similar to https://community.rstudio.com/t/trying-to-use-input-text-to-subset-sortable-input/61612/2?u=barret
Fixes #20 Allows for `bucket_list`s to be made from sortable_js objects directly
Does a matching question type exist yet? I have made matching questions with `question_rank` using a bulleted list in the `text` argument, but I think the vertical arrangement is awkward...
I don't know how a bucket list will be able to do this as it tries really hard to not know about shiny. See https://community.rstudio.com/t/trying-to-use-input-text-to-subset-sortable-input/61612/2?u=barret Related: - [ ] #51
like `sortableList`, but with nested levels. Might just be enabling the option by default.
Continued from #17 . The current API is: ```r bucketable_list( text = "This is a bucketable list. You can drag items between the lists.", group_name = "bucketable", add_sortable_list( text =...