Skip to content
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

set specific cells *font* colour #156

Open
CypressA opened this issue Nov 5, 2019 · 1 comment
Open

set specific cells *font* colour #156

CypressA opened this issue Nov 5, 2019 · 1 comment

Comments

@CypressA
Copy link

CypressA commented Nov 5, 2019

I know it is possible to change the entire table's font colour through preferences, but is it possible with the methods currently available to change the font colour of a subset (say, a given col)?

If not, any chance I could get some initial direction on the most obvious way to attempt implementing this myself?

@dmnfarrell
Copy link
Owner

Per cell background colors are stored in a separate dataframe called rowcolors. This dataframe is meant to sync to the table. Another dataframe would be needed for the text colors as well. You can see the colorRows or setRowColors to see how it's being used. In theory the textcolors could be done in the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants