on an NSTableView is it possible to..
- click on the column header cell
- have the contents sorted by ascending or descending order
- show that in the column is sorted by ascending or descending order by having a little triangle
- show the sort priority of the column (this would be shown as a number on the header cell and my sorting algorithm will sort based on the numbers in the header cell)
- and also allow the user to select the priority by right clicking and choosing from a context click menu?
- click on the column header cell
- have the contents sorted by ascending or descending order
- show that in the column is sorted by ascending or descending order by having a little triangle
- show the sort priority of the column (this would be shown as a number on the header cell and my sorting algorithm will sort based on the numbers in the header cell)
- and also allow the user to select the priority by right clicking and choosing from a context click menu?