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
Describe the bug I want to colour certain rows on my table using data-cls-body-row or data-cls-body-cell and it's not working
data-cls-body-row
data-cls-body-cell
Expected behavior Those options must work to add classes to rows and cells even dynamically.
Screenshots
The text was updated successfully, but these errors were encountered:
All class props are defined here https://github.com/olton/Metro-UI-CSS/blob/master/source/components/table/table.js#L83-L117 You can use onDrawCell event to customize the cell by your rules. Example https://codepen.io/olton/pen/mdRwqBB
onDrawCell
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I want to colour certain rows on my table using
data-cls-body-row
ordata-cls-body-cell
and it's not workingExpected behavior
Those options must work to add classes to rows and cells even dynamically.
Screenshots
The text was updated successfully, but these errors were encountered: