I was excited by this new deleteRows() function since the hardwired animation in deleteRow was causing problems when I wanted to deleted multiple rows at the same time. Unfortunately there’s a pretty serious bug in the new code; it fails if any of the rows being deleted aren’t visible.
I’ve filed bug Case 40276 using the provided test code from the widget source. It looks like it should be a trivial fix. It is trying to call an undefined function.
<akak>: Agreed --it would be useful to have an update on this.
Brent, you mentioned in early January that the feature is already implemented and will be in an “upcoming daily build” – can you share any more information? Thanks!
I reminded the engineers about this and they hope to include this in a daily build within the next week or so. If this doesn’t occur, can you please respond back to this thread so I can push the issue?
Brent: 'afternoon! You said “can you please respond back to this thread so I can push the issue” two weeks ago. I don’t believe Tableview has been updated, so here’s your reminder as requested.
Thanks for the reminder… just please don’t kill the messenger (me). Engineering got back-logged a bit on this, but they report it should go into testing next week and rolled into a daily build shortly after.
Any update on this ? I’m about to submit my app but I was waiting to be able to implement this new feature. Is this still imminent (days) or has it been ulteriorly postponed?
I was excited by this new deleteRows() function since the hardwired animation in deleteRow was causing problems when I wanted to deleted multiple rows at the same time. Unfortunately there’s a pretty serious bug in the new code; it fails if any of the rows being deleted aren’t visible.
I’ve filed bug Case 40276 using the provided test code from the widget source. It looks like it should be a trivial fix. It is trying to call an undefined function.