|
this.filterSettings = {
columns: [
{
field: "TaskName",
matchCase: false,
operator: "startswith",
predicate: "and",
value: "Reached"
},
{
field: "TaskID",
matchCase: false,
operator: "equal",
predicate: "and",
value: 9
}
]
};
} |
|
this.filterSettings = {
columns: [
{
field: "TaskName",
matchCase: false,
operator: "startswith",
predicate: "and",
value: "Reached"
},
{
field: "TaskName",
matchCase: false,
operator: "contains",
predicate: "and",
value: "spanning"
}
]
}; |