Skip to content

fix(compat/ui5-table): fire loadMore with arrow-down on last row #11401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ilhan007
Copy link
Member

Background
On some screen sizes and table row's heights, the user can't reach the bottom of the table by using the arrow-down key.
Although the last row is being reached and gets focused, the very bottom of the table can't be reached, and the load-more event isn't fired.

Solution
For this use-case, but not only, we now fire the "load-more" event whenever the user presses ARROW DOWN on the last table row.

Fixes: #9235

@ilhan007 ilhan007 requested a review from nnaydenow April 25, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[table]: growing on scroll not accessible by keyboard
1 participant