Search Type: Posts; User: szolarp
Search: Search took 0.02 seconds.
-
28 Nov 2011 4:54 AM
Jump to post Thread: FilterRow for Ext JS 4 Grids? by szolarp
- Replies
- 67
- Views
- 13,714
Hi,
We've modified the resizeFilterField function:
resizeFilterField: function (headerCt, column, newColumnWidth) {
var cm = this.grid.columns;
... -
17 Jun 2011 7:12 AM
Jump to post Thread: TwinTriggerField by szolarp
- Replies
- 12
- Views
- 5,043
I created a FilterField based on previous comments:
Ext.ns('Ext.ux.form');
Ext.define('Ext.ux.form.FilterField', {
extend: 'Ext.form.field.Trigger',
initComponent : function() { ... -
27 May 2011 6:50 AM
Jump to post Thread: FilterRow for Ext JS 4 Grids? by szolarp
- Replies
- 67
- Views
- 13,714
Thank you zonereseau.
This is a great job.
Width the following modifications you are able to reconfigure the grid without loosing the filterrow.
resetFilterRow: function () {
...
Results 1 to 3 of 3
