I have a react application using material-ui DataGridPro
component in each row of grid I have some editable and some non-editable cells. I want to use onRowDoubleClick
prop to enable all editable cells of that row.
Any suggestions?
I have a react application using material-ui DataGridPro
component in each row of grid I have some editable and some non-editable cells. I want to use onRowDoubleClick
prop to enable all editable cells of that row.
Any suggestions?