Re: Disable Sorting in NSTableView

2008-10-25 Thread Grant Limberg
That did the trick! Thanks! On Oct 25, 2008, at 1:33 AM, Quincey Morris wrote: On Oct 24, 2008, at 20:57, Grant Limberg wrote: Is it possible to disable the user's ability to resort the rows in a table by clicking on the column header? I have a table view that stores statistics in the or

Re: Disable Sorting in NSTableView

2008-10-25 Thread Quincey Morris
On Oct 24, 2008, at 20:57, Grant Limberg wrote: Is it possible to disable the user's ability to resort the rows in a table by clicking on the column header? I have a table view that stores statistics in the order they are received by the program and shouldn't be resorted. Is there a way t

Disable Sorting in NSTableView

2008-10-24 Thread Grant Limberg
Is it possible to disable the user's ability to resort the rows in a table by clicking on the column header? I have a table view that stores statistics in the order they are received by the program and shouldn't be resorted. Is there a way to do this without removing the column headers?