Hello webix team,
https://snippet.webix.com/kp0cxr3t
I have stucked in one scenario where I can't use parse method to bind data to data table. I have to attach the columns dynamically in render method and after binding columns I will have to bind data to columns.
How can I do that?
Comments
Hello @Tejal ,
If you want to add columns dynamically and parse the data to these columns, so there is no way to use onAfterRender event. The point is that onAfterRender occurs after the component has been rendered and data parsed.
I recommend you to add columns with the help of
webix.toArray($$("grid").config.columns)
and insertAt methodPlease check the sample: https://snippet.webix.com/eh64x0xj