NumericFilterMenuComponent
Represents a numeric-filter menu component. See example.
<kendo-treelist-column field="UnitPrice">
<ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-treelist-numeric-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-treelist-numeric-filter-menu>
</ng-template>
</kendo-treelist-column>
Selector
kendo-treelist-numeric-filter-menu
Inputs
Name | Type | Default | Description |
---|---|---|---|
column |
|
The column with which the filter is associated. | |
decimals |
|
Specifies the number precision applied to the component value when it is focused. If the user enters a number with a greater precision than is currently configured, the component value is rounded. | |
extra |
|
|
Determines if the inputs of second criteria will displayed. |
extraPlaceholder |
|
The placeholder text for the extra filter input. Applies when | |
filter |
|
The current menu filter. | |
filterService |
|
The | |
max |
|
Specifies the greatest value that is valid. | |
min |
|
Specifies the smallest value that is valid. | |
operator |
|
|
The default filter operator. |
placeholder |
|
The placeholder text for the filter input. | |
spinners |
|
|
Specifies whether the Up and Down spin buttons will be rendered. |
step |
|
|
Specifies the value that is used to increment or decrement the component value. |
Fields
Name | Type | Default | Description |
---|---|---|---|
currentFilter |
|
The current filter for the associated column field. | |
currentOperator |
|
The current filter operator for the associated column field. | |
format |
|
Specifies the number format used when the component is not focused.
By default, the |
Methods
logicChange | ||||||
---|---|---|---|---|---|---|
|