8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add CSS to support row and cell validation, and show example of how to use
Ag grid recommends row class rules. Add Salt specific classes to style rows, e.g., .salt-grid-row-error/warning/success.
.salt-grid-row-error/warning/success
Add new Salt validation classes, paired with existing .editable-cell to show cell validations. Test compatibility with ag built-in cell editors.
.editable-cell
The text was updated successfully, but these errors were encountered:
Allspice Goal: @bhoppers2008 to review
Sorry, something went wrong.
origami-z
No branches or pull requests
Add CSS to support row and cell validation, and show example of how to use
Row validation
Ag grid recommends row class rules. Add Salt specific classes to style rows, e.g.,
.salt-grid-row-error/warning/success
.Cell validation
Add new Salt validation classes, paired with existing
.editable-cell
to show cell validations. Test compatibility with ag built-in cell editors.The text was updated successfully, but these errors were encountered: