Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Virtual NatTable

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


Back to the top