Type
magento2-module
Example of the grid's column renderer with link to the customer card.
magento2-module
GPL-3.0-only
None
None
None
None
None
Example of the grid's column renderer with link to the customer card.
$ cd ${DIR_MAGE_ROOT} // go to Magento 2 root folder ('composer.json' file should be placed there)
$ composer require flancer32/mage2_ext_grid_column_renderer
$ bin/magento module:enable Flancer32_GridLink
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
"require": {
"flancer32/mage2_ext_grid_column_renderer": "^0.1"
}