Example thumbnail image

Description

Populates an HTML table from an SQL query on an aux database.

Wiki

This widget has additional information in a wiki page.

Implementation

Browse source code here.

Configuration options

NameDescriptionQuantisationDefaultType
sourceData source to read fromrequiredstring, select from:
  • "tmrep" (Read from TMREP database)
  • "tchist" (Read from TCHIST database)
  • "events" (Read from EVENTS database)
headingSpecify column headings. Repeat element once per columnmultiplestring
sqlDatabase query. Use :sensing_start and :sensing_stop special variables for time filteringrequiredstring

Example

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

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