I have the following cell template cellTemplate: {{COL_FIELD | row. entity. filter}}
But the filers is not working. If am passing directly as string in the template it's working. But in my case the filers are dynamic.
Can any one help
I have the following cell template cellTemplate: {{COL_FIELD | row. entity. filter}}
But the filers is not working. If am passing directly as string in the template it's working. But in my case the filers are dynamic.
Can any one help
You cannot pass a variable as a filter, because Angular will look for the filter name as 'row.entity.filter' rather than the real value you expected.
You can pass Angular pre-defined filter like number or you custom filter in the cell template like: