In Serenity, I need to change the row color in the grid dynamically when a checkbox is selected, according to its respective Id. #7339
Replies: 1 comment
-
protected getColumns() { This code works perfectly. |
Beta Was this translation helpful? Give feedback.
-
I want this using
this.rowSelection = new Serenity.GridRowSelectionMixin(this);
When i append this checkbox
Beta Was this translation helpful? Give feedback.
All reactions