columns = [
{
"prop": "col1",
"name": "A",
"size": 130,
"pin": "colPinStart"
},
{
"prop": "col2",
"name": "B",
"size": 130
},
{
"prop": "col3",
"name": "C",
"size": 130
},
{
"prop": "col4",
"name": "D",
"size": 130
},
{
"prop": "col5",
"name": "E",
"size": 130
}
]
in my case,the first column and second column has the same index "0" after setting pin: "colPinStart".
getSelectedRange() return { x: 0, x1: 0 }