Hi,
I have a SelectItem with an OptionsDatasource. Working all fine. Data is loaded from server.
However I have now an options DS that has over 100k entries.
Here the JSON fetch is quick, but the browser kinda freezes.
I noticed that the fetch call for the options datasource does not contain any startRow/endRow parameters. Hence it is essentially fetching the whole lot in one go.
Is there a way to enable similar load on demand like behaviour there as well (like it is pretty "standard" for e.g. a grid's main datasource)?
Cheers
Chris
I have a SelectItem with an OptionsDatasource. Working all fine. Data is loaded from server.
However I have now an options DS that has over 100k entries.
Here the JSON fetch is quick, but the browser kinda freezes.
I noticed that the fetch call for the options datasource does not contain any startRow/endRow parameters. Hence it is essentially fetching the whole lot in one go.
Is there a way to enable similar load on demand like behaviour there as well (like it is pretty "standard" for e.g. a grid's main datasource)?
Cheers
Chris
Comment