在列定义中包含 cellTemplate 时,如果该 cellTemplate 包含 CUSTOM_FILTERS,则会导致 Angular 呕吐:
错误:语法错误:标记“CUSTOM_FILTERS”是表达式 [row.entity.1 CUSTOM_FILTERS] 的第 14 列中的意外标记,从 [CUSTOM_FILTERS] 开始
即使在列 def 中使用默认的 cellTemplate 也会导致相同的错误。
cellTemplate = "<div class=\"ngCellText\" ng-class=\"col.colIndex()\"><span ng-cell-text>{{COL_FIELD CUSTOM_FILTERS}}</span></div>"