X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/examples/grid-filtering/grid-filter-local.js diff --git a/examples/grid-filtering/grid-filter-local.js b/examples/grid-filtering/grid-filter-local.js index 31416573..493ff2d6 100644 --- a/examples/grid-filtering/grid-filter-local.js +++ b/examples/grid-filtering/grid-filter-local.js @@ -97,7 +97,8 @@ Ext.onReady(function(){ // to use store's field's type property (if type property not // explicitly specified in store config it will be 'auto' which // GridFilters will assume to be 'StringFilter' - filterable: true + filterable: true, + width: 30 //,filter: {type: 'numeric'} }, { dataIndex: 'company', @@ -114,7 +115,8 @@ Ext.onReady(function(){ text: 'Price', filter: { //type: 'numeric' // specify type here or in store fields config - } + }, + width: 70 }, { dataIndex: 'size', text: 'Size',