Re: How to make a TableColumn unsortable

2014-12-17 Thread Ulf Dunkel
Hi Gerriet. Maybe this link can help: http://stackoverflow.com/questions/4311334/how-to-disable-sorting-in-nstableview - - - - - Am 17.12.2014 um 14:29 schrieb Gerriet M. Denkmann: > I tried: myTableColumn.sortDescriptorPrototype = nil; > But clicking in the Header still sorts it. > > What am I

How to make a TableColumn unsortable

2014-12-17 Thread Gerriet M. Denkmann
I tried: myTableColumn.sortDescriptorPrototype = nil; But clicking in the Header still sorts it. What am I missing? Gerriet. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. C