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

DataGrid: Add more auto-generator attributes #5514

Merged

Conversation

David-Moreira
Copy link
Contributor

@David-Moreira David-Moreira commented May 18, 2024

  • IgnoreFieldAttribute
  • OrderAttribute
  • NumericAttribute
  • SelectAttribute
  • DateAttribute

@David-Moreira David-Moreira requested a review from stsrki May 18, 2024 09:23
@David-Moreira David-Moreira linked an issue May 18, 2024 that may be closed by this pull request
Copy link
Collaborator

@stsrki stsrki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the comments, looks good to me.

Source/Blazorise/Attributes/IgnoreFieldAttribute.cs Outdated Show resolved Hide resolved
Source/Blazorise/Attributes/NumericAttribute.cs Outdated Show resolved Hide resolved
Source/Blazorise/Attributes/OrderAttribute.cs Outdated Show resolved Hide resolved
@stsrki stsrki changed the title DataGrid | Add more attributes DataGrid: Add more auto-generator attributes May 23, 2024
@David-Moreira
Copy link
Contributor Author

David-Moreira commented May 25, 2024

Added also Select and Date Attributes, I think these attributes are fine for now as they complement the possible DataGrid columns.

@David-Moreira David-Moreira requested a review from stsrki May 25, 2024 10:37
@David-Moreira David-Moreira requested a review from stsrki May 28, 2024 12:36
@stsrki
Copy link
Collaborator

stsrki commented May 30, 2024

Can you add release notes? I have already created an empty 1.6 page and merged it here.

@stsrki stsrki merged commit fc88cab into master Jun 2, 2024
2 checks passed
@stsrki stsrki deleted the 5265-introduce-custom-attributes-for-dynamic-forms-and-datagrid branch June 2, 2024 05:50
@github-actions github-actions bot locked and limited conversation to collaborators Jun 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce custom attributes for dynamic forms and DataGrid
2 participants