Tableview sections
-
I have a TableView that is divided into sections and I want to be able to collapse / expand each section. I think I could change the height of the row delegate (and probably the item delegates) based on the current section but while currentSection exists for ListView it doesn't for TableView.
Is there another way of achieving this?