Hi,
i’m looking for a way to create a page with nested lists, like a tasks list.
The screen should display a list of days (taken from a JSON data result), and for each day, display a list of tasks (that an array of JSON objects in the array of days in the JSON result).
The list of days should be scrollable, but inside a day, the height of the ‘day’ group/widget should auto adjust to the content, that is to the number of tasks.
Thanks for your advice.