capdiem

Results 36 issues of capdiem

Something like: ```cs [DataTableHeader] public class Model { [DataTableHeaderItem("Custom Name", Width = 100, Fixed = Left, ...)] public string? Name { get; set; } } ```

type/enhancement
component/DataTable

### Masa.Blazor version latest ### Hosting model Blazor Server ### Describe the bug Firefox

component/TextField
status/investigate

### 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...

type/enhancement
component/Menu

status/needs triage

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/TextField
feature/ssr

## Component Improvements ### DataTable - [ ] DataTableHeader naming optimization - Rename the `Text` property to `Title` (more in line with the semantics of table header titles) - Rename...

status/blocked