Skip to content

Commit 2a4ff8f

Browse files
committed
docs: use correct compoundOperatorList prop name
1 parent 6370466 commit 2a4ff8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/column-functionalities/filters/compound-filters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ this.columnDefinitions = [
168168
model: Filters.compoundSlider,
169169
// here is our custom list that will override default list
170170
compoundOperatorList: [
171-
{ operator: '', description: '' },
172-
{ operator: '=', description: 'Equal to' },
173-
{ operator: '<', description: 'Less than' },
174-
{ operator: '>', description: 'Greater than' },
171+
{ operator: '', desc: '' },
172+
{ operator: '=', desc: 'Equal to' },
173+
{ operator: '<', desc: 'Less than' },
174+
{ operator: '>', desc: 'Greater than' },
175175
]
176176
}
177177
}

0 commit comments

Comments
 (0)