Skip to content

Add Infinite Scroll Support to ExtensibleTableComponent #23671

@davidsi02

Description

@davidsi02

Is there an existing issue for this?

  • I have searched the existing issues

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

Metadata

Metadata

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions