I would like to know how to output the checkbox in a checked state when outputting table data. #2939
Unanswered
hyunsokstar
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When print a table using DataGridTable The background color is made to be blue for rows that satisfy certain conditions.
And likewise, if certain conditions are satisfied The checkbox is set to be output in a checked state.
problem:
I thought the checkbox would be checked by the code below.
but The color is output in the set state, but the check box is not output in the checked state. I wonder if there is any good solution to solve the problem
code:
Beta Was this translation helpful? Give feedback.
All reactions