Re: NSTableView how to sort rows after modify datasource array

2012-10-12 Thread Peter
Am 02.10.2012 um 11:56 schrieb Евсеев Алексей: > sorry for my english > > I have a form with NSTableView and two button "add" and "remove" > > "Add" button add's item into datasource array. And new row will show only > after restart program. > > "Remove" button remove item from array. While

NSTableView how to sort rows after modify datasource array

2012-10-12 Thread Евсеев Алексей
sorry for my english I have a form with NSTableView and two button "add" and "remove" "Add" button add's item into datasource array. And new row will show only after restart program. "Remove" button remove item from array. While select another rows deleted rows will empty but visible. how i