dataToDisplayAsUpdate

Similar to dataToDisplay this function returns the data rows to be displayed, but it uses the format used in the update callback.

Synopsis

mapping dataToDisplayAsUpdate() synchronized(_unfilteredData)

Parameters

Parameter Description
- -

Return value

Returns the complete set of data rows that should be displayed given the current settings. This uses the same format that is included in the update callback when "updateType" is "clear".

Assignment

DynamicTableView

Availability

CTRL