Hello community:
I have a list view that changes in size depending on the length of the array that renders it. This array has inputs like a table, so that values are shown or changed.
At the end I want to add a totals row, and then add another list view with the same characteristics, just with another category. So both list views can vary in size and one needs to be just after the other one's totals end.
Something like this:
TITLE OF LV1
Listview 1
LV1 Totals
TITLE OF LV2
Listview 2
LV2 Totals
I just tried it and the 2 listviews overlap