Ext.ux.grid.FiltersFeature with remote list source
Ext.ux.grid.FiltersFeature with remote list source
when i using Ext.ux.grid.FiltersFeature with type list, using remote store data, the filters menu ui is not constructed, it ust show an empty box, the example using SimAjax, and when i tried to change it using remote proxy, it also resulting the same bug
sorry, but after looking trought the source code, i found out that i should enter optional config for JSON Store, some like valueKey and textKey for the displayed item menu in list type filter using remote JSON store proxy to show properly, it is not documented and the example included just use Array data store,