We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compoundOperatorList
1 parent 6370466 commit 2a4ff8fCopy full SHA for 2a4ff8f
docs/column-functionalities/filters/compound-filters.md
@@ -168,10 +168,10 @@ this.columnDefinitions = [
168
model: Filters.compoundSlider,
169
// here is our custom list that will override default list
170
compoundOperatorList: [
171
- { operator: '', description: '' },
172
- { operator: '=', description: 'Equal to' },
173
- { operator: '<', description: 'Less than' },
174
- { operator: '>', description: 'Greater than' },
+ { operator: '', desc: '' },
+ { operator: '=', desc: 'Equal to' },
+ { operator: '<', desc: 'Less than' },
+ { operator: '>', desc: 'Greater than' },
175
]
176
}
177
0 commit comments