mazdik / ng-mazdik

Angular UI component library
https://mazdik.github.io/ng-mazdik
MIT License
89 stars 34 forks source link

Can i use both dtHeaderTemplate , dtRowGroupTemplate in same table. #58

Closed Anzil-Aufait closed 4 years ago

Anzil-Aufait commented 4 years ago

I want to use both dtRowGroupTemplate and dtRowGroupTemplate in same table. Is there any option to achieve this method ??

mazdik commented 4 years ago

Yes you can. You tried?

<app-data-table[table]="table">
  <ng-template dtHeaderTemplate></ng-template>
  <ng-template dtRowGroupTemplate let-row="row"></ng-template>
</app-data-table>