AngularJS:筛选器无法在项目列表上正常工作

时间:2019-01-17 15:45:17

标签: javascript angularjs search filter coffeescript

我有一个站点项目列表,并且我想应用一个搜索查询字段,例如以下图所示:

enter image description here

例如,当我输入“ CREQUI”时,它不会返回结果!

这是过滤器代码:

pd.concat([df1,df2],1,keys=[1,2])
Out[530]: 
   1           2         
   1  2  3  4  1  2  3  4
1  A  B  C  D  A  D  G  J
2  A  B  C  D  B  E  H  K
3  A  B  C  D  C  F  I  L

就像这张图片一样,当我输入2个字符时,过滤器会起作用:

enter image description here

否则,如果我输入整个站点名称,则不会返回好的结果:   enter image description here

0 个答案:

没有答案