Timofey wrote:

I need to have a tableView with about 2 million rows, and that figure
may actually be bigger. But the table looks awfully bad in that case:
you get artifacts when scrolling, the text in the rows does not
coincide with the alternate bluish and white stripes, and if you click
on a row, you get the action from another row, not the one you see. Is
it the problem of my design (i.e. i may have done anything wrong while
writing that), or is it a flaw of NSTableView? Are there any
workarounds?

If I recall correctly it's a known issue and it's not so much a limitation of the table view as of the coordinate system.

I think the workaround, though, is to ask yourself how useful a flat table of 2 million records is even if you could display it correctly. There's got to be some way to filter or categorize it that'll make the data set more usable, yeah?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to