Hey folks,
is it possible to design an App with two sections in a page, one being a list of items (regular table) and the other being a detail view for items in the list?
The idea is that we load an item list (e.g. name and status) in the table and once a user clicks a specific row, detail information (e.g. name, status, description, comment) will be displayed for the clicked item in the HTML part.
Data in my case stems from the same source for both elements if this matters…
Cheers and Thanks
Flogge