Published
Edited
Oct 23, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
filter4Element = html`<div ></div>`
Insert cell
Insert cell
Insert cell
Insert cell
{
const { qdtCompose, QdtSelections, QdtSelect, QdtList } = QdtComponents;
qdtCompose({
element: selectionsToolbarElement,
component: QdtSelections,
app,
options: {},
properties: {
qSelectionObjectDef: {},
}
});
qdtCompose({
element: filter1Element,
component: QdtSelect,
app,
options: { multiple: false },
properties: {
qListObjectDef: {
qDef: {
qFieldDefs: ['Case Owner Group'],
},
qInitialDataFetch: [{
qWidth: 1,
qHeight: 1000,
}],
},
}
});
qdtCompose({
element: filter2Element,
component: QdtList,
app,
options: { height: 300 },
properties: {
qListObjectDef: {
qDef: {
qFieldDefs: ['Case Owner'],
},
qInitialDataFetch: [{
qWidth: 1,
qHeight: 1000,
}],
},
}
});
qdtCompose({
element: filter3Element,
component: QdtList,
app,
options: { height: 300 },
properties: {
qListObjectDef: {
qDef: {
qFieldDefs: ['Case Owner Group'],
},
qInitialDataFetch: [{
qWidth: 1,
qHeight: 1000,
}],
},
}
});
qdtCompose({
element: filter4Element,
component: QdtList,
app,
options: { height: 300 },
properties: {
qBookmarkListDef: {},
}
});
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more