silent

cancels refreshing for operations, passed as the parameter

void silent(function code);
codefunctionthe operation with the data of the component (details below)
Details

The method cancels refreshing for the following operations:

  • filtering
  • sorting
  • initial data parsing
  • call of the refresh() method
  • data syncing
  • data clearing (the clearAll() method)
See also
Back to top