https://github.com/flancer32/mage2_ext_grid_column_renderer
Example of the grid's column renderer with link to the customer card.
https://github.com/flancer32/mage2_ext_grid_column_renderer
Last synced: about 1 year ago
JSON representation
Example of the grid's column renderer with link to the customer card.
- Host: GitHub
- URL: https://github.com/flancer32/mage2_ext_grid_column_renderer
- Owner: flancer32
- License: gpl-3.0
- Created: 2018-12-22T17:59:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T07:32:20.000Z (over 7 years ago)
- Last Synced: 2024-05-05T08:03:17.581Z (about 2 years ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mage2_ext_grid_column_renderer
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"
}