Example thumbnail image

Description

Draw a table of values from timeseries tables.

Wiki

This widget has additional information in a wiki page.

Implementation

Browse source code here.

Configuration options

NameDescriptionQuantisationDefaultType
titleTitle caption for the tableoptionalstring
columnColumn headersmultiple
NameDescriptionQuantisationDefaultType
textColumn heading textrequiredstring
squashMerge together rows where values in this column don't changeoptionalFalseboolean
requiredOmit any rows where this column is emptyoptionalFalseboolean
orderedOrder rows using values in this columnoptionalFalseboolean
sourceData sources for normal cellsmultiple
NameDescriptionQuantisationDefaultType
tableSelect a timeseries table as data sourceoptionaltable
textTemplate for the cell contents. Repeated once per columnmultiplestring
fieldIf specified read the listed fields instead of all data fields. Sensing time dies not need to be specified as it is always readmultiplestring
debugShow all available fields for rendering in console outputrequiredFalseboolean

Example

	<list>
    option 1
    option 2
    ...
</list>
	

This shows an example of the basic declaration of the widget with no options. Options are added as: <name>value</name>