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
It appears that when multiple styles are specified in a tab_style call, only the first appears.
from great_tables import GT from great_tables.data import airquality gt_air = GT(airquality.head()) gt_air.tab_style( [style.fill("yellow"), style.borders(sides = "all")], loc.body("Temp", [1, 2]) )
Note that if you switch the styles in the list around, it seems like only the first appears.
The text was updated successfully, but these errors were encountered:
Fixed by #87.
Sorry, something went wrong.
rich-iannone
No branches or pull requests
It appears that when multiple styles are specified in a tab_style call, only the first appears.
Note that if you switch the styles in the list around, it seems like only the first appears.
The text was updated successfully, but these errors were encountered: