Hi,
I want to add row action column to IgxGridComponent before it is rendered, my requirement is not to use ngFor.
I have added my custom directive on <igx-grid> which will be adding this dynamic column.
Thanks in Advance.
I tried:
Hi Shahab,
You need to use *ngFor in order to do this. If you can provide your component code and your template, I can assist you to move your columns configuration to a collection you can *ngFor on top of.
Thank you for using Ignite UI for Angular!
Sincerely,
Konstantin Dinev
Hi Konstantin,
all of my columns are static, there is just one column which I want to add dynamically every time.