You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #24, we are introducing a replacement for the Microsoft Tree View. This new implementation aims to closely align with the existing Tree API while extending it to support tree tables, facilitating easier migration and offering enhanced control and capabilities. The UI rendering is handled by PrimeReact, focusing primarily on the Tree and TreeTable components.
During the PR review, we identified potential performance issues with the TreeTable component, particularly due to the lack of Virtual Scrolling. As a result, we opted to use the Tree component instead, which offers better performance. However, this choice introduces some functional and visual limitations, particularly the loss of the column-like behavior inherent to TreeTable.
To address this, I propose investigating alternatives to PrimeReact's TreeTable, specifically considering the Ant Design Table as a potential replacement. Since other functionalities, such as search, inline-editing, and custom controls, are partially dependent on the UI framework, it would be prudent to conduct this investigation before further feature development.
I would like to open this topic for discussion.
The text was updated successfully, but these errors were encountered:
Type: Feature Request
In PR #24, we are introducing a replacement for the Microsoft Tree View. This new implementation aims to closely align with the existing Tree API while extending it to support tree tables, facilitating easier migration and offering enhanced control and capabilities. The UI rendering is handled by PrimeReact, focusing primarily on the Tree and TreeTable components.
During the PR review, we identified potential performance issues with the TreeTable component, particularly due to the lack of Virtual Scrolling. As a result, we opted to use the Tree component instead, which offers better performance. However, this choice introduces some functional and visual limitations, particularly the loss of the column-like behavior inherent to TreeTable.
To address this, I propose investigating alternatives to PrimeReact's TreeTable, specifically considering the Ant Design Table as a potential replacement. Since other functionalities, such as search, inline-editing, and custom controls, are partially dependent on the UI framework, it would be prudent to conduct this investigation before further feature development.
I would like to open this topic for discussion.
The text was updated successfully, but these errors were encountered: