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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -