quentin.manfroi
18 Apr 2012, 11:42 PM
Hello all,
I would crate custom filters over each column of my grid as :
34239
I have two problems :
1. I don't know how put a field inside a column above its title.
Idea to resolve : none
2. To create these fields i thought at 2 solutions :
1: I have already installed a Ext.ux.grid.FiltersFeature for each column which works perfectly. Is it possible to put this feature somewhere that in the menu of column ?
2: If it's impossible, I have create text fields which filter the grid. When i write inside, it sends a ajax request with GET method at my php. It works perfectly but as I didn't add params at the store request by default, when I use a functionality as paging or sort, it sends the store request without filters params.. Is it possible to modify this default request to add arguments ?
Very thanks for your help !
I would crate custom filters over each column of my grid as :
34239
I have two problems :
1. I don't know how put a field inside a column above its title.
Idea to resolve : none
2. To create these fields i thought at 2 solutions :
1: I have already installed a Ext.ux.grid.FiltersFeature for each column which works perfectly. Is it possible to put this feature somewhere that in the menu of column ?
2: If it's impossible, I have create text fields which filter the grid. When i write inside, it sends a ajax request with GET method at my php. It works perfectly but as I didn't add params at the store request by default, when I use a functionality as paging or sort, it sends the store request without filters params.. Is it possible to modify this default request to add arguments ?
Very thanks for your help !