Results 5 comments of Ekrem Bayar

I have same issue. :(

My pc username seems normal. I solved the problem with this code. Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true") devtools::install_github("statsbomb/StatsBombR")

I've changed renderTable part like this and it worked. It should be triggered by buttons. ``` # Render Sortable observe({ input$sl_sort_submit input$sl_sort_cancel output$sl_sortable_table

Hello @jkr216 , @rich-iannone and @AlbertRapp I develop shiny apps and need a lot to use row selection on the table. DT and reactable packages allow us to do this....

@chuyaowang I have the same problem. Is there a solution?