flancer32 / mage2_ext_grid_column_renderer
Example of the grid's column renderer with link to the customer card.
Installs: 775
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- php: ^7.1
This package is auto-updated.
Last update: 2024-10-27 21:39:50 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"
}