infor-design / enterprise-ng

Angular wrappers for IDS Enterprise components
Apache License 2.0
58 stars 83 forks source link

DataGrid: Enable progressive loading #1764

Open madebyannalam opened 2 months ago

madebyannalam commented 2 months ago

Is your feature request related to a problem? Please describe. Progressive loading should be added as an alternative to pagination, for use cases where pagination might not be suitable.

Describe the solution you'd like I would imagine that progressive loading in the datagrid would have an initial load of 1 page's worth of data. Scrolling to the bottom (or very close to) would trigger the loading of the next page. Until one has no more data.

Describe alternatives you've considered We are currently using the existing pagination capabilities of the DataGrid.

Additional context N/A

tmcconechy commented 2 months ago

@madebyannalam maybe you can implement this by using the event https://main-enterprise.demo.design.infor.com/components/datagrid/example-vertical-scroll-to-end-event.html