You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option disables operators from conditions. This changes the structure of conditions from "field-operator-value" to "field-value" which simplifies the backend implementation of filtering.
241
+
242
+
```javascript
243
+
$("#myFilter").structFilter({
244
+
disableOperators:true
245
+
});
246
+
```
247
+
248
+
Defaults to *"false"*.
249
+
238
250
### fields (array)
239
251
240
252
The list of fields (as an array of objects with id, label and type) to participate in the query definition.
0 commit comments