Is it possible to create dependent filters in XWiki Live Data with database list properties?

Hi XWiki community,

I’m configuring custom filters in Live Data, where each filter corresponds to a database list property that renders as a dropdown menu with options. I’d like these filters to be dependent on each other. For example, if I select option 1 in Filter 1, I’d like to restrict the available options in Filter 2 based on that selection.

Is there a way to implement this dependency logic directly within Live Data, or would custom JavaScript be required to manage these dropdown dependencies?

Thank you!

Hello @babbadabra,
This is an interesting idea, but currently this would require custom JavaScript.