You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask you whether it's possible to use the data property of the PblColumn to store a consumer component reference in it, and then use that in the template to dynamically create a new instance based on that type. Even though I have declared it in the app-module or using
PblNgridModule.withCommon([ { component: MyComponentContainer} ]), it doesn't seem to pick it up
<pbl-ngrid>
<div *pblNgridCellDef="'*'; value as value; col as col;">
<component-container-that-dynamically-creates-components-based-on-col-type [item]="value" [column]="col">
</component-container-that-dynamically-creates-components-based-on-col-type>
</div>
</pbl-ngrid>
The text was updated successfully, but these errors were encountered:
I would like to ask you whether it's possible to use the data property of the PblColumn to store a consumer component reference in it, and then use that in the template to dynamically create a new instance based on that type. Even though I have declared it in the app-module or using
PblNgridModule.withCommon([ { component: MyComponentContainer} ]), it doesn't seem to pick it up
The text was updated successfully, but these errors were encountered: