Nice. > Yes - NatTable basically always operates in 'virtual' mode. It doesn't make > any assumptions that the entire data set will be in memory and will only ask
I assume that this is only for unfetched data? i.e. the rows that the user did not scroll to yet. Is there a way to unload data that gets scrolled out of the viewport? Are you using the proxy strategy when getting the row count (i.e. create getRowCount() empty rows in the table or is this calculated on the fly)? Wim _______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
