-
I have a column options set with icon string: ...
columns: [
{field: "test", title: "Test Cell", icon: "delete"}
]
... Later I want to change the cell icon based on some condition, how do I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
KiddoV
May 24, 2024
Replies: 1 comment 4 replies
-
can api |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just have to assign
icon field
as a function, then had some condition to change icons, for example...