import data from different datastore
source | WebixView | view from which data need to be taken |
$$("listB").data.importData($$("listA"));
Similar to "sync" command, but makes one time import only. Changes in the listA data after command call will not be reflected in the listB
Back to top