Hello,
How can I prevent ExpandableTableView from expanding by default when the user tapped on it.
I want to manually open and close the outer cells didSelectRowAt function because I'm making a network request for each expandable cell to get its expanded rows.
I tried overriding isSelectable() function in my expandable cell which is also inheriting from ExpandableCell protocol.
I also tried tableView.autoRemoveSelection both true and false but I didn't get my desired result.
Hello,
How can I prevent ExpandableTableView from expanding by default when the user tapped on it.
I want to manually open and close the outer cells didSelectRowAt function because I'm making a network request for each expandable cell to get its expanded rows.
I tried overriding isSelectable() function in my expandable cell which is also inheriting from ExpandableCell protocol.
I also tried tableView.autoRemoveSelection both true and false but I didn't get my desired result.