2017 © Pedro Peláez
 

yii2-extension yii2-editable-column-action

editable column action for yii2 grid view widget

image

bigdropinc/yii2-editable-column-action

editable column action for yii2 grid view widget

  • Wednesday, October 25, 2017
  • by AkiraShirase
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-editable-column-action

Editable column action for yii2 grid view widget, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist bigdropinc/yii2-editable-column-action "*"

or add, (*4)

bigdropinc/yii2-editable-column-action

to the require section of your composer.json file., (*5)

Usage

For Controller::actions() method return array with EditableColumnAction::className(), (*6)

class TestController extends yii\web\Controller
{
    public function actions()
    {
        return [
            'editColumnAction' => [
                'class' => bigdropinc\EditableColumnAction::className(),
                'modelClass' => MyModel::className(),
                'allowedAttributes' => ['status', 'title'],
            ]
        ];
    }
}

The Versions

25/10 2017

dev-master

9999999-dev

editable column action for yii2 grid view widget

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar bigdropinc

extension yii2 widget gridview editablecolumn kartik

25/10 2017

v0.1.1

0.1.1.0

editable column action for yii2 grid view widget

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar bigdropinc

extension yii2 widget gridview editablecolumn kartik

25/10 2017

v0.1

0.1.0.0

editable column action for yii2 grid view widget

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar bigdropinc

extension yii2 widget gridview editablecolumn kartik