Hi I want to make ag grid disabled. Of course, I know I can make it disabled by setting false on editable of every colDef.
But I want to do it by another way to separate grid status with editable and no editable mode. And If the grid is on no editable mode, every column should not be editable even if it is defined editable on it's colDef.
I know I can change every editable value of column def when the grid is no editable mode. But I want to believe there is another general way to accomplish it. But I couldn't find it.
Do you have any idea?
Thanks.