Documentation

importData

import data from different datastore

void importData(WebixView source);

Parameters

sourceWebixViewview from which data need to be taken

Example

$$("listB").data.importData($$("listA"));

Details

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