capdiem
capdiem
Something like: ```cs [DataTableHeader] public class Model { [DataTableHeaderItem("Custom Name", Width = 100, Fixed = Left, ...)] public string? Name { get; set; } } ```
### Masa.Blazor version latest ### Hosting model Blazor Server ### Describe the bug Firefox
### Proposal and motivation When the MMenu component is set to ScrollStrategy as Reposition, frequently rendering the latest UI on the Blazor side during scrolling can be costly, and the...
The logic for assigning values to the input in `MTextField` relies on JavaScript rather than the value attribute, so it can only be used during interactions. _Originally posted by @capdiem...
## Component Improvements ### DataTable - [ ] DataTableHeader naming optimization - Rename the `Text` property to `Title` (more in line with the semantics of table header titles) - Rename...