3.32.0
This release allows specification of a valueGetter
on a <SortableTable>
column, <TableColumn>
to facilitate creating a column whose data is derived, typically from multiple fields with a row's data record. The valueGetter
is a function that is provided with a row's data instance and returns the derived data value.