Is there a way to set default reactable table options (e.g., compact = T and striped = T) throughout instead of copy/pasting the same options for each reactable table?
It looks like you can set the default theme using options(reactable.theme = reactableTheme()), but not sure about the above options (e.g., compact = T and striped = T).