-
Notifications
You must be signed in to change notification settings - Fork 414
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
Document for configuring column format #577
Comments
@hoangphucITJP I will add documentation on the different settings options and let you know. As for turning on the heatmap programmatically that does not exist right now. I did just add the ability to add "Range Highlights" programmatically though. So it shouldn't be hard for me to add the other highlighting options as well:
I will try to include this in the next release and will let you know when it's ready |
@hoangphucITJP I have added the ability to set a |
Cool! Thanks for your effort 👍 |
Hi @aschonfeld . I pass Lines 684 to 702 in cbb89ee
|
@hoangphucITJP sorry about that. Guess thats what I deserve for working too fast. Just released v1.58.2 which fixes this issue |
I used this, but the side-effect is it hides the non-numeric columns. Is that intended behavior, @aschonfeld ? |
As mentioned in:
#519 (comment)
I see that we can pass column formating this way:
But looking through all the available documents. I can't find any guide on how to use the
columnFormats
.Please give me some hints. Or could it be that I miss something?
The cause that arises this issue is that I want to programmatically turn on the heatmap for the columns. Can you advise on how to do it
The text was updated successfully, but these errors were encountered: