I am using reactable to generate a table in a quarto document. There are a bit too many columns. So I am thinking of displaying a few by default and then allow the user to change that if needed. I am looking for ideas on how to allow the user to have control over which columns are displayed. I am not sure if there is an option in reactable to do this. Alternative ideas and solutions are welcome.
Thoughts:
- observable?
- Custom JS (This is a nice implementation.)
- Reformat additional columns and hide behind an accordion?
library(reactable)
reactable(iris)