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

0.1.0 2018-12-27 07:15 UTC

This package is auto-updated.

Last update: 2024-04-27 20:28:37 UTC


README

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

demo

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

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