-
5 Feb 2013 6:15 AM #61
cls on input field
cls on input field
Hi,
Great plugin. Thanks for sharing.
I want to apply a cls for the input field contained in the header. How to apply it ?
ThanksTamditi Karim
-
12 Feb 2013 7:37 AM #62
For supporting combo boxes I added
at the end ofPHP Code:if (filterField.xtype == 'combo')
filterField.on ('change', this.onFilterContainerEnter, this);
-
14 Mar 2013 6:43 AM #63
Hi,
is there a Verion for ExtJS 4.2.0
mfg
Klaus
-
21 Mar 2013 3:12 PM #64
It works in 4.2 after I changed this in two places:
var columns = this.grid.headerCt.getGridColumns(true);
to this:
var columns = this.grid.headerCt.getGridColumns();
I'll need to go figure out what the 'true' was for and test with nested headers and other things though...but a few basic filters on a basic grid works.
-
4 Apr 2013 1:08 AM #65
Great tip - thanks a lot!
Great tip - thanks a lot!
Applied now your fix - and it works like a dream!



Reply With Quote