-
Notifications
You must be signed in to change notification settings - Fork 61
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
Support next/previous with keyboard across pages (pagination) in table-output-component #848
Comments
Picking up this issue. |
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]>
I am working on this issue and I am running into some roadblocks. @Rodrigoplp-work can you help me with these questions since you worked on AgGrid?
|
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]>
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]>
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]>
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]>
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]>
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]>
This issue is resolved. |
PR #813 upgrades AgGrid to a later version and it required to use pagination. However, selecting an event across pages using arrow down/up or page down/up is not switching to the next page.
The text was updated successfully, but these errors were encountered: