Posted 28 February 2022, 6:57 pm EST
Hi,
I have flexsheet with two columns and I need to set width of both columns at runtime. How can I do this. I tried setting at runtime but its not working. Kindly help.
this.flexSheetIntro.columns.push(new wjcGrid.Column({
header: ‘UnitID’,
binding: ‘UnitID’,
isReadOnly: false
}));
this.flexSheetIntro.columns.push(new wjcGrid.Column({
binding: ‘Name’,
header: ‘Name’,
isReadOnly: false
}));