onDropDownValueChange property

dynamic Function(CustomTableDropDownModel<T>, RowFieldWidgetModel<T>)? onDropDownValueChange
getter/setter pair

onDropDownValueChange is a Function. This function is used when the field or cell is Dropdown type. This function has 2 parameter. One is CustomTableDropDownModel

Implementation

Function(CustomTableDropDownModel<T>, RowFieldWidgetModel<T>)? onDropDownValueChange;