perspective
perspective copied to clipboard
Re-trigger cell gradient style with get_min_max(colname)
Discussed in https://github.com/finos/perspective/discussions/1897
Originally posted by GREEB July 7, 2022 Hello,
I'm looking to get some help making cell styles recalculate max when filter changes.
Basically what already happens when you don't enter any number into the max field when setting bar or gradient. I just want this to happen if the filter changes.

Is there a way to force this on filter changes? or is there a simple way to do this in a config?
Is there an example doing this?
Or should i build a custom cell renderer like done in this example: here for this?
Thanks for any help