python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
NSTableCellView not displaying its stringValue
The cells themselves appear with the amount of items in the items array (I can select them), but they don't have the title assigned to them.
...
let items: Array<String>? = // contains only str...

Alexandra
Votes: 0
Answers: 1
IBAction for checkbox in NSTableView cell, unexpected sender
I have a cell-based NSTableView that includes a checkbox in the first column. Everything displays and seems to function correctly, except the handling of the checkbox action, which looked like so:
- (...
johnpurlia
Votes: 0
Answers: 1
More complex filterPredicate for NSArrayController
I am using a NSArrayController which has a Managed Object Context to present data of a CoreData source in a NSTableView.
Everything works fine, I can also use filterPredicate to filter my results whic...
Mike Nathas
Votes: 0
Answers: 0
Best way to print a NSTableView - Swift 5 + cocoa
I am new in Swift cocoa programming and I am trying build a finance program. I am almost done but I am stuck with the following problem. I am trying to print a multipage NStableView from a storyboar...

S Lareau
Votes: 0
Answers: 1