unsync of DataStore, Methods Webix Docs

StartAPI ReferenceMixinsDataStoreMethods

breaks "sync" link

void unsync();

Example

$$("table").data.unsync();

Details

Contrpart for the "sync" command. Can be used if source of data need to be changed.

See also

  • API

  • Articles

  • Back to top