Thank you for reporting this bug. We will make it our priority to review this report.
Grid with bind and filter list broken
Grid with bind and filter list broken
Hi !
My filter list shows "loading" instead of the list of values.
Here is my code :Code:
{ id: 'mygrid',
xtype:'gridpanel',
bind: '{mystore}',
requires: ['Ext.grid.filters.Filters'],
plugins: ['gridfilters'],
...
columns: [{ text: 'MyColumn', dataIndex: 'MyIndex', filter: 'list' }]
}
The view is loaded before the store, but why grid list filter doesn't update ?Charlotte.
Grid with bind and filter list broken
Aucun commentaire:
Enregistrer un commentaire