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
when we print the table then why background color is normal if there are any method please let me know
function cellStyle(value, row, index) { if (parseFloat(value) == 0) { return { css: { 'background-color': 'green', 'color':'white', 'font-weight':'bold' } } } return { css: { 'background-color': 'red', 'color':'white', 'font-weight':'bold' } } }
No response
The text was updated successfully, but these errors were encountered:
It could be you are printing the version before the css is applied
Sorry, something went wrong.
The current version does not support this feature: https://live.bootstrap-table.com/code/wenzhixin/18251
No branches or pull requests
Description
when we print the table then why background color is normal if there are any method please let me know
Example(s)
No response
The text was updated successfully, but these errors were encountered: