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
Hi, would it be possible to integrate hex codes within style? Code example below:
formattable(mtcars, list( mpg = formatter("a", href = x ~ sprintf("http://test.com/page?value=%s", x), style = x ~ style(color = "#C71585"))))
This should be colouring the mpg column pink, but remains the default blue. Is there an error in my code or a feature that isn't yet implemented?
The text was updated successfully, but these errors were encountered:
This is probably way too late for you @robbie-still , but your code does make the mpg column pink on my machine
Sorry, something went wrong.
No branches or pull requests
Hi, would it be possible to integrate hex codes within style? Code example below:
formattable(mtcars, list( mpg = formatter("a", href = x ~ sprintf("http://test.com/page?value=%s", x), style = x ~ style(color = "#C71585"))))
This should be colouring the mpg column pink, but remains the default blue. Is there an error in my code or a feature that isn't yet implemented?
The text was updated successfully, but these errors were encountered: