Gradual data loading when scrolling a table

Hi,

I’m looking for a way to gradually load data while scrolling a table, so that I’d not use pagination in a Table component, but that I’d request new pages from DB when user scrolls the table. Maybe someone had done something like it?

P.S. I had a bit similar question about lazy loading in TreeDataGrid, but it’s now a bit different idea:

DataGrid implements lazy loading of rows when scrolling.
DataGrid :: Jmix Documentation

1 Like

Ah, so simple! Thank you!