l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 481 forks source link

Using angular template for custom column header layout #1745

Closed nadendlaprasad closed 10 months ago

nadendlaprasad commented 11 months ago

Hi,

Is it possible to utilize an ng-template for the column header? If so, could you kindly direct me to the relevant documentation? Although Datatable offers an interface for creating custom DOM elements, it's worth noting that handling events is done outside of the Angular context.

shanmukhateja commented 10 months ago

Hi, at the moment, we don't support it in this library.

Maybe it is supported by datatables.net

I am not aware of any APIs for this so I won't be able to help here.