theia-trace-extension
theia-trace-extension copied to clipboard
Support next/previous with keyboard across pages (pagination) in table-output-component
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.
Picking up this issue.
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?
-
When users use the
Arrow Upto navigate in the view, when they hit the very first row in the data set and press up again, the focus will move into the header (as seen here). This is the default behavior of the AgGrid. Should we modify this behaviour? -
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.
- When users use the
Arrow Upto navigate in the view, when they hit the very first row in the data set and press up again, the focus will move into the header (as seen here). This is the default behavior of the AgGrid. Should we modify this behaviour?
This issue is resolved.