web-widgets
web-widgets copied to clipboard
[WC-1619]: Combobox lazy load option
Pull request type
New feature (non-breaking change which adds functionality)
Description
Add new property lazyLoading for association and database source, with default value set to false.
When set to true, only a set of data is loaded in the beginning, and the rest will be loaded when scrolling to the bottom.
There are no visual changes, all visual changes will be implemented in another PR.