Re: Refreshing of NSTableView with Snow Leopard - solved
Trent Jacobs <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
> Therefore, when you use setSortDescriptors: you should call -rearrangeObjects. As an aside, this is also more efficient if you want to change several things (like sortDescriptors and filterPredicate), that's perhaps why Apple chose not to resort automatically. > > Christiaan > Ah, that makes sense. Thanks!