Grid Column Width API:
custom-data
random-5x10
random-10x2k
setColumnWidth(0, 100)
setColumnWidth(0, 300)
setColumnWidth(0, 500)
hideColumn(1)
showColumn(1)
hideColumn([1, 3, 5])
showColumn([1, 3, 5])
hideColumn("two")
showColumn("two")
hideColumn("two_center")
showColumn("two_center")
deleteColumn(-2)
addColumn(["Column 1", "Column 2"])
deleteRow(-1)
addRow(["Row 1", "Row 2"])
frozenColumn
update()
rerender()
onColumnWidthChanged: