MASA.Blazor icon indicating copy to clipboard operation
MASA.Blazor copied to clipboard

Masa Blazor v2 Todo List (Not Planned to Start Yet)

Open capdiem opened this issue 5 months ago • 0 comments

Component Improvements

DataTable

  • [ ] DataTableHeader naming optimization
    • 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. #492
  • [ ] #1075
  • [ ] #2171
  • [ ] #2292

capdiem avatar Jul 28 '25 03:07 capdiem