I need to show a very big amount of records in a NSTableView (not a UITableView)
of course, it is impossible to load all the records in memory.
I've developped a program for UITableView, and it is very easy because of the use of the tableView functions with prefetching rows
But I don't find these function for NSTableView.
Did I missed something?