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

Merged
merged 4 commits into from
May 7, 2025

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
@ilhan007 ilhan007 merged commit 4b6cbb3 into main May 7, 2025
12 checks passed
@ilhan007 ilhan007 deleted the fix-table-loadMore-on-arrow-down branch May 7, 2025 07:13
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This PR is included in version v2.10.0 🎉

The release is available on v2.10.0

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[table]: growing on scroll not accessible by keyboard
3 participants