Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Currently, ExtensibleTableComponent does not support infinite scrolling, which makes working with large datasets less efficient. Users are forced to reload or paginate through data manually, leading to slower workflows and a less fluid user experience.
Describe the solution you'd like
Introduce an optional infinite scroll mode in ExtensibleTableComponent:
[infiniteScroll] input to enable or disable infinite scrolling.
[isLoading] input to indicate when data is being fetched.
(loadMore) output event that emits when the user scrolls to the bottom, so the parent can fetch additional data.
Additional context
No response
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Currently,
ExtensibleTableComponentdoes not support infinite scrolling, which makes working with large datasets less efficient. Users are forced to reload or paginate through data manually, leading to slower workflows and a less fluid user experience.Describe the solution you'd like
Introduce an optional infinite scroll mode in
ExtensibleTableComponent:[infiniteScroll]input to enable or disable infinite scrolling.[isLoading]input to indicate when data is being fetched.(loadMore)output event that emits when the user scrolls to the bottom, so the parent can fetch additional data.Additional context
No response