flancer32/mage2_ext_grid_column_renderer 0.1.0

Example of the grid's column renderer with link to the customer card.

Type

magento2-module

License

GPL-3.0-only

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

mage2_ext_grid_column_renderer

Example of the grid's column renderer with link to the customer card.

demo

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"
}