Closed vibalre closed 1 year ago
No response
Sorting (descending) strings is slow to render.
reactable_extras_ui()
reactable_extras_server()
Sorting a character column should be almost instant or at least consistent with the initial sorting speed.
The sorting logic uses dplyr::arrange with dplyr::desc and the issue might be on the use of these two functions.
dplyr::arrange
dplyr::desc
Guidelines
Project Version
No response
Platform and OS Version
No response
Existing Issues
No response
What happened?
Sorting (descending) strings is slow to render.
Steps to reproduce
reactable_extras_ui()
andreactable_extras_server()
to render a large data (> 500K rows) with a character column.Expected behavior
Sorting a character column should be almost instant or at least consistent with the initial sorting speed.
The sorting logic uses
dplyr::arrange
withdplyr::desc
and the issue might be on the use of these two functions.Attachments
No response
Screenshots or Videos
No response
Additional Information
No response