Daniel Leroux

Results 127 comments of Daniel Leroux

Looks like the problem is fixed, I will close the issue.

Looks like this is more related to ag-grid rendering. Here a example of rendering 2000 rows without aggrid https://stackblitz.com/edit/j8h8x4?file=src%2Fapp%2Fbuttons.ts

As soon we have more insights we give you feedback. Maybe as temp. workaround you can play with the [rowBuffer](https://www.ag-grid.com/javascript-data-grid/dom-virtualisation/#row-buffer) to get better results e.g rowBuffer of 15 https://github.com/siemens/ix/assets/2144313/66197894-dd70-4ea7-a033-0d378dfbe37a

> What is the status of this issues? Is there a solution? Should be the same as here #1543, have you also created a issue ticket inside the aggrid repository,...

Fixed with https://github.com/siemens/ix/pull/1660

@Nakiiii this is a intended behaviour, tree items which are not visible will not be attached to the DOM.

@nitingondule-xdt Cannot reproduce any issue with your code (btw its not runnable) please avoid pasting your production code this does not help the team to provide you fast feedback because...

@rmaspoch just started the linked example looks good here: StackBlitz: ![image](https://github.com/user-attachments/assets/4bfaf591-a547-43aa-8bdd-e6270d827bb5) Local: ![image](https://github.com/user-attachments/assets/0184a4d7-6fdb-451c-b84c-d00a735ab53f)

PR will be closed regarding general refactoring of keyboard navigation https://github.com/siemens/ix/pull/2268