You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: