Hi Dash Community:
I am not sure if this is the expected behavior. However, what is what I experiences:
-
In the dash aggrid table, I code up the cell conditional background color ( very simple, no complicated logic ). I tried both approaches, code in python or code in java script.
Dash.
The cell condition is based on other cell values, which changes based on callback. -
What is odd is:
a) When the callback is fired, the cell condition doesn’t change immediately.
b) When the callback is fired second time, the cell condition changes according to the value of first callback.
Was this expected? Thanks,