Skip to content

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