I want to populate a virtual SWT table with a huge number of rows (up to 3 million). When I use a lazy content provider, I cannot use filters, and when I use a regular content provider, the performance when changing a filter becomes very poor. Is there a way to filter large tables in SWT or JFace?
javra source
share