sortable
sortable copied to clipboard
question for storing box positions for shiny dashboard plus using sortable
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?