I have a cell based NSTableView. When it is first displayed none of the rows are selected. I would like the first one to be selected by default. Is there a setting in Interface Builder that I missed to get this to happen?
I tried “setAllowsEmptySelection” but that didn’t work
You could do it programmatically by using
selectRowIndexes:byExtendingSelection: