state property

State when a new row is added or the cell value in the row is changed.

Keeps the row from disappearing when changing the cell value to a value other than the filtering condition while column filtering is applied. When the value of a cell is changed, the state value of the changed row is changed to PlutoRowState.updated, and in this case, even if the filtering condition is not Make sure it stays in the list unless you change the filtering again.

Implementation

PlutoRowState get state => _state;