onChanged property

PlutoOnChangedEventCallback? onChanged
final

onChanged is called when the cell value changes.

When changing the cell value directly programmatically with the PlutoGridStateManager.changeCellValue method When changing the value by calling callOnChangedEvent as false as the parameter of PlutoGridStateManager.changeCellValue The onChanged callback is not called.

Implementation

final PlutoOnChangedEventCallback? onChanged;