Redis – In R ShinyProxy, how do I get the order of columns from a DT::datatable after a user has re-ordered them using extensions = 'ColReorder'?
I have a Shiny app in ShinyProxy which requires user login to access. I have a DT::datatable in the app which allows the user to re-order the columns (there are about 20-30 columns of data, so it's a pain to…