flancer32/mage2_ext_grid_column_renderer

网格列渲染器的示例,带有指向客户卡的链接。

安装: 775

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

语言:JavaScript

类型:magento2模块

0.1.0 2018-12-27 07:15 UTC

This package is auto-updated.

Last update: 2024-08-27 21:20:19 UTC


README

网格列渲染器的示例,带有指向客户卡的链接。

demo

如果您在网格中看不到“客户名称”列,请启用该列

init

安装

从控制台

$ 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

使用'composer.json'

"require": {
    "flancer32/mage2_ext_grid_column_renderer": "^0.1"
}