Data Binding
const dataset = new wire.data.DataSet({
Source: [source],
Query: wire.data.select()
});
new wire.filterLabel().render("#label", {
data: datset
}); Last updated
Was this helpful?
const dataset = new wire.data.DataSet({
Source: [source],
Query: wire.data.select()
});
new wire.filterLabel().render("#label", {
data: datset
}); Last updated
Was this helpful?
Was this helpful?