-
Notifications
You must be signed in to change notification settings - Fork 8
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
Angular column placeholder #1966
Conversation
@atmgrifter00, will you buddy this PR for me? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add an example of the usage of this in the example project?
I don't feel strongly. Wouldn't necessarily do it for every column, maybe 1-2 if done. Whichever way just a reminder to keep it consistent across with blazor |
Pull Request
π€¨ Rationale
Adds Angular support for column placeholders, which is part of #1538.
π©βπ» Implementation
Add
placeholder
to the 5 columns that support that property.π§ͺ Testing
Added unit tests
β Checklist