sortable icon indicating copy to clipboard operation
sortable copied to clipboard

question for storing box positions for shiny dashboard plus using sortable

Open obkhan opened this issue 3 years ago • 0 comments

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 they go back into the app , it'll be as they had sorted before?

I found the example of sortable_js_capture_input

So perhaps the ids could be stored in some form user context upon reopening, the values could be used to generate the tags in the order you would want?

obkhan avatar Apr 13 '22 22:04 obkhan