Call Python script from range slider

Hi all,

I’m trying to implement a Python Script inside a compontent. The idea behind this is try to run that script every time i filter my data rows throught a Range Slider. Something like this:

However, when i run the Interactive View of the Component, the Slider is not filtering the Table View at all. I suspect that is because the Python Script execution is not called back by the Range Slider event.

Have you any suggestion how to overcome this issue?

Thanks

1 Like

Hi @FilippoP

that is not supported, but a really nice idea.
The Generic Java Script however can do this.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.