Custom row wrapper
Use to pre-apply directives at row level.
rowDef
rowDefDirective to be applied on ng-template.
datatable-row-def
datatable-row-defComponent to be used as content of ng-template. Apply your custom row level directive/class on this component. Example:
Template
<ng-template rowDef>
<datatable-row-def applyYourCustomDirectiveHereForRow />
</ng-template>Last updated
Was this helpful?