An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# mage2_ext_grid_column_renderer

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

![demo](./docs/img/habr_grid_link_demo.png "Demo")

You need to enable 'Customer Name' column if you don't see it in the grid:

![init](./docs/img/habr_grid_link_columns.png "Init")

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