我的自定义“ filteritemTemplate”无法正常工作吗?

时间:2018-09-26 05:56:58

标签: angular typescript grid filtering

使用“ filteritemtemplate”时,我无法访问列内的函数值。

  

复制我的问题的样本:

stackblitz sample link

复制方法:

  

1.open stackblitz链接

     

2.filter shopcountry列

     

3。您将看到,过滤器值未显示

我认为此屏幕截图显示了我的问题:

here it goes to that function but value is not getting updated

但是我仍然可以读取该函数,但不返回其值。我在此处附有屏幕截图

enter image description here

1 个答案:

答案 0 :(得分:0)

无论您要填充什么,都应该这样输入:

 <ng-template #filterItemTemplate let-data ><div> hii {{getval(data)}}</div></ng-template>

用数据替换 hii