Batch Table
This widget shows batch (BPR) headers in a tabular view. The widget derives from Time Period Table
and contains Table
and Time Period Pickers.
Note: Features marked with (*) are not supported yet.
Model
{
"type": "batchtable",
"dataSource": {
"type": "fetch",
"path": "PATH TO BATCH OWNING OBJECT",
"filter": {},
"project": {},
"sort": {},
"skip": 0,
"limit": 1000
},
"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.