Time Period Table
Contains Table and Time Period Pickers
Model
{
"type": "timeperiodtable",
"dataSource": {
"type": "function",
"lib": "LibName"
},
"table": {}
}
Optional
Initial starttime
and endtime
can be given to initialize the Time Pickers.
{
"starttime": "2020-10-01T00:00:00.000Z",
"endtime": "2020-10-01T00:00:00.000Z"
}
Containment
The widget contains other widget(s) and can be accessed directly by:
{
"table": {} // Table Widget.
}
See Table widget for details.