I have an NSTableView set up with the header cell using a menu that displays when right clicked and the items set with an action to my class and that class as the delegate of that menu to update it when it is displayed.
I need to be able to A) update the selected item in the list based on the column and B) change the value when the selection is changed. This is not a popupcell because there are other options in the menu than the 3 items that change selection (place a check mark next to them).
How do I get what column was clicked to get the menu?
I need to be able to A) update the selected item in the list based on the column and B) change the value when the selection is changed. This is not a popupcell because there are other options in the menu than the 3 items that change selection (place a check mark next to them).
How do I get what column was clicked to get the menu?