>       var store = Ext.create('Ext.data.Store', {
> -         fields: [ 'iface', 'active', 'type' ],
> -         filterOnLoad: true
> +             fields: [ 'iface', 'active', 'type' ],
> +             filterOnLoad: true
>       });
> +     store.sort( 'iface', 'ASC' );

Also, seems you call 'sort' before you got any data, so you always sort an 
empty store?

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to