Hi All,
Swaping of grid records by Index in EXTJS 5
We are currently migrating the project from EXTJS 3.4 to EXTJS 5.0, in our old project we have method below for swapping the records. But in EXTJS 5.0 there is no methods named swap in store.data namespace.
store.data.swap(index1, index2);
if (store.snapshot) {
store.snapshot.swap(index1, index2);
}
Could any one let me know how do i achieve the same in latest version (EXTJS 5.0)?
Thanks in Advance.
Best Regards,
Sathish
Swaping of grid records by Index in EXTJS 5
Aucun commentaire:
Enregistrer un commentaire