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
First of all, i'd like to thank you for this great component.
and here is the bug;
If you expand a cell which has more ancestorSubItems than the visibleRows count of the tableView and try to collapse that cell back; it gives invalid update error.
'Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (6) must be equal to the number of rows contained in that section before the update (14), plus or minus the number of rows inserted or deleted from that section (0 inserted, 7 deleted) and plus or minus the number of rows moved into or out of that section (0 moved in, 0 moved out).'
Also recreated this situation with your example code too (Just added more subItems and expanded/collapsed)
any idea how to fix that situation?
The text was updated successfully, but these errors were encountered:
First of all, i'd like to thank you for this great component.
and here is the bug;
If you expand a cell which has more ancestorSubItems than the visibleRows count of the tableView and try to collapse that cell back; it gives invalid update error.
'Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (6) must be equal to the number of rows contained in that section before the update (14), plus or minus the number of rows inserted or deleted from that section (0 inserted, 7 deleted) and plus or minus the number of rows moved into or out of that section (0 moved in, 0 moved out).'
Also recreated this situation with your example code too (Just added more subItems and expanded/collapsed)
any idea how to fix that situation?
The text was updated successfully, but these errors were encountered: