谁能告诉我如何在 flexigrid 表的列标题下方添加自定义过滤器栏。我需要一个过滤栏,它是文本字段和下拉箭头的组合。
谢谢
There is no direct way to do that.
But you can acheive by a hidden column
1)Take a Column
2)Assign your Field value there
3)Give width zero
4)Then set that as sortable,So it will appear in all columns
filter
It looks like :
{ display: 'Some X', name : 'sortFieldname', width : 0,
sortable : true, align: 'center'}