ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
393 stars 48 forks source link

Sorting with Custom Header Template #187

Closed technbuzz closed 1 year ago

technbuzz commented 1 year ago

I tried adding customer header template and sorting but they both don't work. The custom header templates takes over. Is there a way to make them work together?

nzbin commented 1 year ago

Use headerExtraTemplate instead of headerTemplate

technbuzz commented 1 year ago

Yes that works, is it possible to not always show the extraTemplate only when we hover the column header?

nzbin commented 1 year ago

Yes that works, is it possible to not always show the extraTemplate only when we hover the column header?

Maybe you can achieve with CSS.

technbuzz commented 1 year ago

Do you mean to add this feature, inherently inside the library or consumer of library can add it via a class or something?

nzbin commented 1 year ago

Yes that works, is it possible to not always show the extraTemplate only when we hover the column header?

I created an online example, you can take a look. Just using CSS can be achieved. https://stackblitz.com/edit/angular-material-15-wdnkbe?file=src%2Fapp%2Fapp.component.html