DateFilterMenuComponent
Represents the Kendo UI date-filter menu component for Angular TreeList. Use this component to filter date fields in the TreeList. See example.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-date-filter-menu
Syntax:
<kendo-treelist-column field="OrderDate" title="Order Date">
<ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-treelist-date-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-treelist-date-filter-menu>
</ng-template>
</kendo-treelist-column>
Inputs
activeView
CalendarView
Defines the active view that the calendar initially renders.
By default, the active view is month.
You have to set activeView within the topView-bottomView range.
"month"
bottomView
CalendarView
Defines the bottommost calendar view, to which the user can navigate.
"month"
The column with which the filter is associated.
extra
boolean
Determines if the inputs of second criteria are displayed.
true
The current menu filter.
The FilterService instance that handles changes in the filter descriptor.
formatPlaceholder
DateInputFormatPlaceholder
Defines the descriptions of the format sections in the input field. See possible format options.
max
Date
Specifies the greatest value that is valid.
min
Date
Specifies the smallest value that is valid.
operator
string
The default filter operator.
"gte"
placeholder
string
Specifies the hint that the component displays when its value is null.
topView
CalendarView
Defines the topmost calendar view, to which the user can navigate.
"century"
weekNumber
boolean
Determines whether to display a week number column in the month view of the Calendar.
false
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.