2017 © Pedro Peláez
 

yii2-extension yii2-title-action

Action column for gridview

image

dixonstarter/yii2-title-action

Action column for gridview

  • Tuesday, April 5, 2016
  • by dixonsatit
  • Repository
  • 1 Watchers
  • 2 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 6 % Grown

The README.md

Yii2 Title Action

Action column for gridview, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist dixonstarter/yii2-title-action "*"

or add, (*4)

"dixonstarter/yii2-title-action": "*"

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

Usage

Once the extension is installed, simply use it in your code by :, (*6)

= GridView::widget([
    'dataProvider' => $dataProvider,
    'filterModel' => $searchModel,
    'tableOptions'=>['class'=>'table table-hover'],
    'columns' => [
        [
          'attribute'=>'title',
          'linkStyle'=>'buttongroup', // default, buttongroup
          'labelStyle'=>'iconText' // icon,text,iconText
          'class'=>'\dixonstarter\grid\TitleActionColumn',
        ],
    ],
]); ?>

, (*7)

, (*8)

, (*9)

, (*10)

, (*11)

, (*12)

The Versions

05/04 2016

dev-master

9999999-dev

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column

05/04 2016

dev-develop

dev-develop

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column

05/04 2016

1.0.5

1.0.5.0

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column

04/04 2016

1.0.4

1.0.4.0

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column

04/04 2016

1.0.3

1.0.3.0

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column

04/04 2016

1.0.2

1.0.2.0

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column

04/04 2016

1.0.1

1.0.1.0

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column

04/04 2016

1.0

1.0.0.0

Action column for gridview

  Sources   Download

Apache-2.0

The Requires

 

by sathit seethaphon

extension yii2 action column