Hello,
I'm using FilterMenuTemplateDirective and HeaderTemplateDirective of @progress/kendo-angular-grid in order to custom FilterMenu presentation and behaviour.
It works fines as described in the documentation.
But, in my case I need to use these directives in almost of my grid columns, then it produces a lot of repetitive code as in the example below (see code lines in red and run live code here)
Please, I would be delighted to know what is the best approach to avoid repeating the same code in this case ?
Thanks for your help.
Jonathan.