sortOnlyEvent property

  1. @override
bool sortOnlyEvent
inherited

To delegate sort handling in the PlutoInfinityScrollRows or PlutoLazyPagination widget Whether to override the default sort processing. If this value is true, the default sorting processing of PlutoGrid is ignored and only events are issued. PlutoGridChangeColumnSortEvent

Implementation

@override
bool get sortOnlyEvent => _state._sortOnlyEvent;