Is it possible to apply both effect on a widget: a “selector” and a “move cursor to” ?
If not I think that would be a great add-on ![]()
Let me explain with a simple concrete example:
I have a view with 3 widgets:
- a calender view in which I can click on my calender event
- once clicked this select what is displayed in my two other widgets; namely a map and a table (showing both the same data, but in different way (map vs table))
- It would be great that if I select a row on the table it would also select the map and vice versa.
- This is possible if those two element would not be selected by the calender widget, but because they are select by the calender I cannot add this second “move cursor to” behaviour.
Thanks a lot!!