定制 prawee/yii2-grid 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

prawee/yii2-grid

Composer 安装命令:

composer require prawee/yii2-grid

包简介

Management Yii2 Gridview

README 文档

README

Contains

  • ActionAuthColumn
  • ActionChildColumn
  • ActionColumn
  • ActionRuleColumn
  • ImageColumn
  • MediaColumn

Installation

on your terminal run this command

php composer.phar require prawee/yii2-grid "dev-master"

or add to composer.json on require path.

"prawee/yii2-grid": "dev-master"

Usage

ActionColumn

on your grid

....
[
    'class'=>'prawee\grid\ActionColumn',
],
.....

ImageColumn

on your grid

....
[
    'class'=>'prawee\grid\ImageColumn',
    'attribute'=>'image',
    'options'=>[
        'width'=>'40px',
    ],
],
....

ActionChildColumn

on your grid

...
[
    'class'=>'prawee\grid\ActionChildColumn',
],
...

or it have child that's support multi param

...
[
    'class'=>'prawee\grid\ActionChildColumn',
    'params'=>[
        'ref'=>Yii::$app->getRequest()->get('id'),
        'station'=>2,
    ],
],
...

MediaColumn

on your grid

....
[
    'class'=>'prawee\grid\MediaColumn',
    'attribute'=>'name',
    'format'=>'image', #image,video
    'options'=>[
        'width'=>'40px',
    ],
],
....

统计信息

  • 总下载量: 214
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-07-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固