MASA.Blazor
MASA.Blazor copied to clipboard
Masa Blazor v2 Todo List (Not Planned to Start Yet)
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. #492
- [ ] #1075
- [ ] #2171
- [ ] #2292