-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Reactable example #107
Reactable example #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of small comments to just remove data table. We're just wanting to push a single preferred solution.
Looks like a lot of lintr comments around unnecessary white space. Worth running styler::style_dir() if you haven't already.
Just to add as well, it'd be good to get some of the GDS style highlighting in as demoed in the css on one of our dashboards here:
https://github.com/dfe-analytical-services/local-authority-interactive-tool/blob/9f7aa4d06969614f55b002b50502a514d3c1d320/www/dfe_shiny_gov_style.css#L294
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there I think! Just want to get an example of some css styling on the hover/focus etc in there that we can build on when we come to porting this into dfeshiny.
adding Rich's additions to css Co-authored-by: Rich Bielby <[email protected]>
…-services/shiny-template into reactable-example
Pull request overview
Reactable example beneath datatable example
...
Pull request checklist
Please check if your PR fulfills the following:
shinytest2::test_app()
)styler::style_dir()
andlintr::lint_dir()
)What is the current behaviour?
...
What is the new behaviour?
...
Anything else
issue #84
...