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.

SelectColumn component

The SelectColumn component receives an array of values and displays the column with corresponding labels. The value-label correspondence is set in the component’s configuration.

Configuration options

Option Description Type Default
options An array of objects used to display a field's content by matching the associated record's value with the value of one of the elements provided in options. Array ui/grid/cells/thumbnail

Option interface

Option Description Type Required
value Option's identifier. String | Number | Array<Option> Required
label Label to be displayed in a column's field. String Required

Source files

Extends Column:

Updated