flancer32 / mage2_ext_grid_column_renderer
Example of the grid's column renderer with link to the customer card.
Package info
github.com/flancer32/mage2_ext_grid_column_renderer
Language:JavaScript
Type:magento2-module
pkg:composer/flancer32/mage2_ext_grid_column_renderer
0.1.0
2018-12-27 07:15 UTC
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2026-02-28 00:47:18 UTC
README
Example of the grid's column renderer with link to the customer card.
You need to enable 'Customer Name' column if you don't see it in the grid:
Install
From console
$ 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
Using 'composer.json'
"require": {
"flancer32/mage2_ext_grid_column_renderer": "^0.1"
}

