Documentation

unsync

breaks "sync" link

void unsync();

See also

  • api
  • Example

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

    Details

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

    Back to top