onOptionSelected

open fun onOptionSelected(cell: TableCell, code: String, label: String)

Called when an option is selected in a table cell.

Parameters

cell

The cell where the option was selected.

code

The code of the selected option.

label

The label of the selected option.