Skip to content

Commit

Permalink
docs: rename editorOptions to filterOptions (#1546)
Browse files Browse the repository at this point in the history
fix documentation
  • Loading branch information
anton-gustafsson committed May 27, 2024
1 parent 884b6e0 commit ff61101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/column-functionalities/filters/range-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class GridBasicComponent {
model: Filters.dateRange,

// override any of the Vanilla-Calendar options through "filterOptions"
editorOptions: { range: { min: 'today' } } as VanillaCalendarOption
filterOptions: { range: { min: 'today' } } as VanillaCalendarOption
}
},
];
Expand Down

0 comments on commit ff61101

Please sign in to comment.