I have a an NSTableView when ever I click on a specific header column the data in the table get reversed or sort upside down. I have checked NSTableView as well as NSTableColumn but couldn't find any method that disables this. I would be obliged if anyone can help in disabling this sorting on clicking on the header of a particular column.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
| show 1 more comment |
|
Sorting of the An If you use If you use Cocoa bindings to manage the data, the sort descriptor is generated by the table column and set to the |
|||||
|
NSTableViewdidn't magically sort itself; we needed to implement it ourselves. – Yuji Nov 30 '10 at 8:14