How to pass an <ngx-datatable-column> inside a wrapped, by another component, <ngx-datatable>?
问题 I have wrapped an <ngx-datatable> component, inside a component of mine let's call it <app-table> , in order to use some standard configs throughout the application. The problem is that I cannot pas an <ngx-datatable-column> inside the and let it pass indside <ngx-datatable> . No errors are thrown, it just ignores the passed element. I tried <ng-content> and <template> with TemplateRef , with no success. I suspect that <ngx-datatable> does not recognize the passed element because it has