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