I have a MUI DataGrid component, and I’m facing an issue where I am not able to catch a aux-click event on a cell.
I have tried to use the onCellClick callback function, but it only triggers on a left click. Is there any solution for this issue?
I have a MUI DataGrid component, and I’m facing an issue where I am not able to catch a aux-click event on a cell.
I have tried to use the onCellClick callback function, but it only triggers on a left click. Is there any solution for this issue?