Range component
Overview
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.
Constructor: app/code/Magento/Ui/view/base/web/js/grid/filters/range.js
Range configuration
Extends all Multiline configuration.
Range-specific configuration:
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 |