-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expanded Cells not appearing if another cell is expanded #33
Comments
@FaridHaddad The only workaround is to put every expandable cells in one section. |
also happens when there is only 1 section |
The problem is in the ExpandableProcessor insert function. If the newly expanded cells aren't in the same section, the function returns without inserting them. Since the author says he doesn't have time to address issues, I don't see a fix forthcoming. You will need to call closeAll() before returning a new set of cells from expandedCellsForRowAt. |
nvm i use ExpyTableView |
@younatics I believe PR #53 fixed the issue discussed here :) |
I have a tableview with 2 sections. Each section contains only one row (Completed and ongoing orders). Whenever i click on an expandable cell, it opens normally, but if it is expanded, the other one won't expand unless the first one is closed. I debugged it and it is calling the expandedCellsForRowAt and heightsForExpandedRowAt correctly and is returning all the expanded cells that should appear, but they simply won't appear. Can anyone help me please ? Thanks
The text was updated successfully, but these errors were encountered: