NSTableView and big amount of data

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?

Any chance you can use CollectionView? It offers prefetch, I believe...


see https://developer.apple.com/videos/play/wwdc2017/207/


Also, can you put a number to 'big amount of data', how many records, etc., thanks.

NSTableView and big amount of data
 
 
Q