Ciao a tutti!
For a desktop app I am developing, I needed to create a pop-up with some more information than the list.
I built what I needed in this way:
- an icon within a custom list with two actions to change the value for two inputs;
- two inputs (they should be hidden);
- the first input retrieves the business name of the list;
- the second input, with a default value set to ‘hide’, will be updated by the second value change set on the first point icon;
- A list showing the same collection as the first list. Here I set a filter on the value ‘Business Name’ so that the first input has the same value as the list from which I clicked to get the detail;
- an icon button to close the detail window that changes the value of the second input to ‘Hide’.
I hope it can be useful to some of you
Thank you
Link video: