-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels