I'm using Ext JS 6.2 and I use the following code:
myGrid.getColumnManager().getHeaderByDataIndex('my field name');
Type: Posts; User: arvinboggs
I'm using Ext JS 6.2 and I use the following code:
myGrid.getColumnManager().getHeaderByDataIndex('my field name');
Thanx for sharing.
I'm using 6.0.1, by default (without using The0s' solution), the viewmodel is not updated when updating datefield using setValue.
I hope Sencha will include a built-in solution in the next release....
feeling the need to have an optional format (including email) field, I created one of my own:...
I hope that there will be an official fix for this.
Meanwhile, here is my workaround:
Ext.define('Protonics.overrides.Ext.data.validator.Format', {
override: 'Ext.data.validator.Format',
...
"prooven" with extra "o" as "mvvm" with extra "v"?
Still waiting for a ExtJS5 book.