Hi, I have an NSTableView bound to an NSArrayController, which gets its data from an NSMutableArray of objects.
One column of my table is set up as a button cell where I use tableView:dataCellForTableColumn:row: to return a different button cell (or sometimes nil) depending on the data for that row. When I sort the table, the buttons are not sorted - they just stay in the row they were in. Ditto for when I add new rows. What's a good way to fix this? Thanks Gideon _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
