Replies: 1 comment
-
That's exactly what Example 11 and Example 12 do after editing a cell, any edited cell(s) will change color. You ask a lot of questions in here, however I wish that you could consider asking these kind of questions on Stack Overflow, it's a better platform for any kind of questions and I also answer questions there too. For example there's already this SO Question Add Css style to edited cell in slickgrid that also seems to fit your question. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Currently, setCellCssStyles allows setting CSS styles for rows or columns, but it does not seem to support applying styles to specific cells. I need the ability to apply custom styles to individual cells based on specific conditions (e.g., cell value or other row/column-specific data). This feature would be highly beneficial for scenarios like highlighting errors or dynamically formatting cells based on data.
Expected Behavior:
Provide a method or enhance the existing setCellCssStyles to target individual cells, not just entire rows or columns.
Beta Was this translation helpful? Give feedback.
All reactions