clear static method

dynamic clear()

Implementation

static clear() {
  limit.controller?.text = '50';
  search.controller?.text = '';
  selectedFilterColumn = null;
  search.suffix = widgetSelect(_currentContext);
}