Hello,
I want to set the whole column selection state by colIndx.
I use grid.setSelection({colIndx: 1})
function to select the column, but it occur error, it must has rowIndx property.
When I use grid.setSelection({rowIndx: 0, colIndx: 1})
function, it only select the body data cell[0,1] not the whole column.
How to select the whole column by colIndx ?