when i use currentRowClassName. i dont want on click column header use currentRowClassName; i dont
know how to do;
i used beforeOnCellMouseDown(e,coords){
if(coords.row < 0){
this.updateSettings({currentRowClassName:""})
}
} ;
but it not work; i need help;thanks