I want to show the entries of a form in two different views on the same page. Ideally i could pick a certain entry in a TableView and have it's details shown in a ListView. But I figured that is probably impossible.
So my second approach is to have those two views on the same page and have them filtered by the same FilterControl.
This kind of works when using the same FIlterID... however, you have to pick a View Form in that FilterControl. And when filtered, this form is forced on the Views. Like if that is set to TableView, the ListView will be changed into a TableView after filtering.
Is there a way to have this one FilterControl for those two different views?
Hi @Kai T
ConfiForms Filter Control macro can work only with ONE single view macro
However, if set up to work with a ListView, you can then have nested, dynamically filtered macros in it... Allowing to set up a more complex scenarios
Something like this https://wiki.vertuna.com/spaces/TEST/pages/7045459/Dynamic+Filters+with+ListView+and+TableView
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.