-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
Milestone
Description
Component Improvements
DataTable
- DataTableHeader naming optimization
- Rename the
Textproperty toTitle(more in line with the semantics of table header titles) - Rename the
Valueproperty toKey(clearly identify the field key, consistent with common industry naming conventions) - Evaluate the functional overlap between
ValueExpressionandValue, consider merging them to simplify usage - For
ItemColContent: since RenderFragment does not support the Key parameter, it can be renamed toCellContentor kept as the original name (it is recommended to prioritizeCellContentto enhance semantic consistency)
- Rename the
- Selection - related components such as ItemGroup and ButtonGroup currently use different property names for binding when selecting a single item and multiple items. These should be unified into a single binding property using generics. ItemGroup: use OneOf to merge Value and Values into one #492
- DataTable在固定表头与高度的情况下,滑动表格会出现频繁gc与内存暴涨的情况 #1075
- [Bug Report]: MTreeview 的OpenOnClick和Active存在冲突 #2171
- [Feature Request] Menu: move the logic for updating position to JS #2292