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
Rename the Text property to Title (more in line with the semantics of table header titles)
Rename the Value property to Key (clearly identify the field key, consistent with common industry naming conventions)
Evaluate the functional overlap between ValueExpression and Value, consider merging them to simplify usage
For ItemColContent: since RenderFragment does not support the Key parameter, it can be renamed to CellContent or kept as the original name (it is recommended to prioritize CellContent to enhance semantic consistency)
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
Component Improvements
DataTable
Textproperty toTitle(more in line with the semantics of table header titles)Valueproperty toKey(clearly identify the field key, consistent with common industry naming conventions)ValueExpressionandValue, consider merging them to simplify usageItemColContent: 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)