2

When data exceeds 300K rows, shiny rendering of DT::DataTable becomes slow because it is a single process. Any suggestions on making this process running in one or more processes?

The image below has only 178 rows, but showing the current shiny table might help.

I did some research and found some ideas, but did not now touch the render section

Table

JasonAizkalns
  • 20,243
  • 8
  • 57
  • 116
Joni Hoppen
  • 658
  • 5
  • 23
  • Are you processing your DT on the server or on the client? See this [recommendation](https://github.com/rstudio/DT/issues/80) for server-side processing with large tables – Hallie Swan May 21 '18 at 17:10
  • It is being used on the on the server-side, therefore I was wondering how to make use of several processes to help this out. – Joni Hoppen May 25 '18 at 21:52

0 Answers0