Skip to content
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

Add Arrow Up/Down and Page Up/Down support for table-output-component #881

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hoangphamEclipse
Copy link
Contributor

This commit adds support for using the Arrow Up/Down and Page Up/Down to navigate across pages for views that implements the table-output-component. Previously, user can only use these keys to navigate across a page, but can not move forward or backward a page.

Fixes #848.

Signed-off-by: Hoang Thuan Pham [email protected]

This commit adds support for using the Arrow Up/Down and Page Up/Down
to navigate across pages for views that implements the
table-output-component. Previously, user can only use these keys to
navigate across a page, but can not move forward or backward a page.

Fixes eclipse-cdt-cloud#848.

Signed-off-by: Hoang Thuan Pham <[email protected]>
@hoangphamEclipse hoangphamEclipse marked this pull request as draft November 15, 2022 16:50
@hoangphamEclipse
Copy link
Contributor Author

Marked as draft due to the following issue:

UI/UX wise, when user switch pages, we should focus on the cell that is 1) in the same column as previously selected and 2) on the first and last row when we are going forward and backward a page, respectively. I still cannot get this working. I tried using gridAPI.setFocusedCell() but it failed.

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.

Support next/previous with keyboard across pages (pagination) in table-output-component
1 participant