Posted 30 October 2017, 10:52 am EST
Hi,
How can I dynamically create columns in the FlexGrid control.
I tried to use this in the templates:
<wj-flex-grid-column v-for="(col, index) in gridData.columns" :key="index" binding="col" header="col"></wj-flex-grid-column>
However that did not seem to work.
The columns only show if I have auto-generate-columns set to true.
Do you have any advice?
Thanks, Daryn
