Hello,
I have this list that I want to extend for more details for each item, how can I create that?
Thank you.
Hello,
I have this list that I want to extend for more details for each item, how can I create that?
Thank you.
There is at least one 3rd party list component for this.
You can also do it with a visibility condition…
Update an input box (InputExpand) with the ID of the record when the ‘+’ is clicked.
In the list show the additional content only when InputExpand = Current record ID.
This is the component I was thinking of.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.