I implementing a NSTableView but I want to disable sorting button:
I have tried:
[self.tagTableView setAllowsColumnReordering:NO];
But doesn't work.Also I have look all over interface builder but I haven't found a way disable the sorting button. Any of you knows how can I disable the sorting button?
I'll really appreciate your help.