detach method

  1. @override
void detach()
override

Disconnects the feature from its current grid attachment.

Implementation

@override
void detach() {
  _capture = null;
  _restore = null;
  _reset = null;
  _focusColumn = null;
  _setColumnVisible = null;
  _clearFilters = null;
  _showFilters = null;
  _hideFilters = null;
  _clearSorting = null;
  _expandDetailRow = null;
  _collapseDetailRow = null;
  _collapseAllDetailRows = null;
  _clearRangeSelection = null;
  _saveLayoutCommand = null;
  _loadLayoutCommand = null;
  _deleteLayoutCommand = null;
  _layoutChangedCommand = null;
}