We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.0
Trien in windows and linux
No response
While sorting a server side rendered table I noticed that it only sorts for the current page shown in the browser
library(shiny) library(reactable) library(reactable.extras) ui <- fluidPage( reactable_extras_ui("test") ) server <- function(input, output, server) { reactable_extras_server( "test", data = iris, total_pages = ceiling(nrow(iris)/10) ) } shinyApp(ui, server)
The table should be sorted based on the whole content of the column
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guidelines
Project Version
0.2.0
Platform and OS Version
Trien in windows and linux
Existing Issues
No response
What happened?
While sorting a server side rendered table I noticed that it only sorts for the current page shown in the browser
Steps to reproduce
...
Expected behavior
The table should be sorted based on the whole content of the column
Attachments
No response
Screenshots or Videos
Grabacion.2024-06-10.113905.mp4
Additional Information
No response
The text was updated successfully, but these errors were encountered: