Magento 2.1.18 is the final 2.1.x release. After June 2019, Magento 2.1.x will no longer receive security patches, quality fixes, or documentation updates.
To maintain your site's performance, security, and PCI compliance, upgrade to the latest version of Magento.

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:

Updated