dataToDisplay

Returns the data rows to be displayed.

Synopsis

dyn_dyn_anytype dataToDisplay() synchronized(_unfilteredData)

Parameters

Parameter Description
- -

Return value

Returns the complete set of data rows that should be displayed given the current settings. This uses a compact format: each row is a dyn_anytype containing the row ID as the first column, followed by the values for the other columns as specified when initializing this instance.

Assignment

DynamicTableView

Availability

CTRL