According to the documentation, https://www.ag-grid.com/best-angularjs-data-grid/index.php, if I set the angularCompileFilters option to true in a grid's options object, the template in a cellRenderer will be taken as an Angular directive.
However, I can only make the Angular compilation work for the cells - not the heading filters. Is it because it only works with the Ag-Grid-Enterprise version? Or is it simply a bug?
Besides, I do not see any properly-documented sample snippets for that as well.