jquery - Custom Flexigrid table with filter bars below the column headers -
can please let me know how can add custom filter bars below column headers in flexigrid table. need filter bar combination of textfield , drop down arrow.
thanks
there no direct way that.
but can acheive hidden column
1)take column
2)assign field value there
3)give width zero
4)then set sortable,so appear in columns filter
it looks :
{ display: 'some x', name : 'sortfieldname', width : 0, sortable : true, align: 'center'}
Comments
Post a Comment