Skip to content

Prevent Default Expandable Cell Expansion #79

Description

@tadeha

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions