Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] DataTable: Use Attribute to generate headers automatically #2224

Open
capdiem opened this issue Nov 12, 2024 · 0 comments
Open
Labels

Comments

@capdiem
Copy link
Contributor

capdiem commented Nov 12, 2024

Something like:

[DataTableHeader]
public class Model {
  [DataTableHeaderItem("Custom Name", Width = 100, Fixed = Left, ...)]
  public string? Name { get; set; }
}
@capdiem capdiem added this to the Backlog milestone Nov 12, 2024
@capdiem capdiem changed the title [Feature Request] DataTable: Use Attribtue to generate headers automatically [Feature Request] DataTable: Use Attribute to generate headers automatically Nov 12, 2024
@capdiem capdiem modified the milestones: Backlog, 1.9.0 Planning Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant