'React Material-ui data grid with a column full of checkboxes
I am using data-grid-x by Material-ui in my react project.
I want to add to the data grid another column that will have checkbox for each row, and the the checkbox will be checked if export property of the data(rows), will be true/false, if it will be true the checkbox will be checked and the row will have different background-color, else nothing happen.
how I do it ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
