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
As document says To remove a section: You can delete the header item with removeItem(getGlobalPositionOf(header));
but when i want to remove a section, followed above instruction, just removed the header item only, not removed the section items belong to the header,.
do i need to remove the section items manually?
The text was updated successfully, but these errors were encountered:
@steventxc, no indeed the documentation is a bit wrong. it deletes only the section header.
I can add a shortcut function to remove all the items of the sections, with removeSection(). In the meantime you have to remove yourself the items.
@steventxc, very good, indeed, the new removeSection will do something similar to that, but I will have to make it working also for expandable headers. I will publish this in 5.0.5.
davideas
changed the title
remove section not work as I expect
Remove section not working as I expect
May 8, 2018
As document says
To remove a section: You can delete the header item with removeItem(getGlobalPositionOf(header));
but when i want to remove a section, followed above instruction, just removed the header item only, not removed the section items belong to the header,.
do i need to remove the section items manually?
The text was updated successfully, but these errors were encountered: