Range component
The Range component implements the range for filtering rows in a grid. Visually, this component represents two input fields of date
or text
type, for entering the “from” and “to” range limits.
Configuration options
Option | Description | Type | Default Value |
---|---|---|---|
rangeType |
Defines what kind of input elements the range contains. For example, if the value is date , then range includes two date fields. |
String | - |
template |
Path to the component’s .html template. |
String | ui/grid/filters/elements/group |
Source files
Extends Multiline
: