superset-ui-plugins
superset-ui-plugins copied to clipboard
Refresh data after filter selection
I have create my own plugin using using superset-ui-plugin template. Everything seems working fine but when on top of the dashboard i use filter box to reduce/decrease data nothing happens.
At the first time i can see data pass through transformProps routine, but after that, whatever i do nothing change.
There is any steps that i missed? I need to register to some events in order catch the event or new data after filter selection should pushed to my plugin?
Thanks in advance Lorenzo
if I wasn't clear or some step is missing could you please inform me?