Re: NSTableView, 2mln rows, looks bad.
Re: NSTableView, 2mln rows, looks bad.
- Subject: Re: NSTableView, 2mln rows, looks bad.
- From: Gregory Weston <email@hidden>
- Date: Mon, 04 May 2009 19:45:07 -0400
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 (email@hidden)
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:
This email sent to email@hidden