首页 / 新闻 / Infragistics Ignite UI for Angular 16.1.0
Infragistics Ignite UI for Angular 16.1.0
改进了 Select、TreeGrid 和 HierarchicalGrid 组件。
7月 19, 2023
新版本
特性
IgxSelect
The select component now has the ability to handle igxPrefix and igxSuffix directives inside igx-select-item.
IgxGrid, IgxTreeGrid and IgxHierarchicalGrid
The draggable attribute is no longer required to be set on interactable elements, if a column header is templated and 'Column Moving' is enabled in order for handlers for any event to be triggered. draggable='false' can now be used as an addition if the user shouldn't be able to drag a column by that element, but even if omitted click events for example will trigger now.
Behavioral Change - When there are already grouped columns, the group drop area now shows after dragging of a column starts and not when only click actions are performed.