rstudio / sortable

R htmlwidget for Sortable.js
https://rstudio.github.io/sortable/
Other
130 stars 30 forks source link

RShiny- DT::renderDataTable works locally but disconnect from server when using reactive function (Sortable: bucketlist - drag and drop) #61

Closed Vini875 closed 4 years ago

Vini875 commented 4 years ago

Hi All,

I am facing issues with DT::renderDataTable with reactive function (which is used to select Drag and Drop columns as and when Business team want to filter selected columns to show on UI). It works locally on console but disconnect when I am running on RServer using the web link at the point when it was trying to populate dataframe on UI.

I have checked the version of sortable package on server and whats loaded in by code and is same, so this doesn't looks to be an issue.

If anyone has any idea to fix this issue. I appreciate your responses.

andrie commented 4 years ago

This seems like a duplicate of #60

andrie commented 4 years ago

I'm closing this as a duplicate of #60. Please provide a minimal reproducible example shiny app in issue #60.