setSortOnlyEvent method

  1. @override
void setSortOnlyEvent(
  1. bool flag
)
inherited

Set whether to ignore the default sort processing and issue only events. PlutoGridChangeColumnSortEvent

Implementation

@override
void setSortOnlyEvent(bool flag) {
  _state._sortOnlyEvent = flag;
}