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

Control the background colour and font of the index and header #250

Open
DiegoF90 opened this issue May 28, 2024 · 1 comment
Open

Control the background colour and font of the index and header #250

DiegoF90 opened this issue May 28, 2024 · 1 comment

Comments

@DiegoF90
Copy link

We are currently able to modify the background colour of individual cells. Please would it be possible to have an option to control the table's header and index colour as well as the font?

This would be helpful as a workaround for #249

@DiegoF90
Copy link
Author

For anyone else looking for a workaround for #249, I ended up modifying the css manually with:

display(HTML(r"<style>.handsontable th {color: white; background-color: gray;}</style>"))

where display and HTML are both in from IPython.display

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

1 participant