Can't sort NSTableView

2008-06-19 Thread Trygve Inda
I have an NSTableView tied to an NSArrayController After I populate the array, the table does show the data via bindings on each of the columns. However, clicking a column header does nothing - how can I make it sort? I have done this before in IB2 and it sorted ok, but I can't make this new

Re: Can't sort NSTableView

2008-06-19 Thread Brent Fulgham
On Thu, Jun 19, 2008 at 10:24 AM, mmalc crawford [EMAIL PROTECTED] wrote: http://homepage.mac.com/mmalc/CocoaExamples/controllers.html - Disabling sorting in a tableview mmalc mmalc's note reminds me: I would like to publicly thank him for this great resource. The examples and documentation