2017 © Pedro Peláez
 

yii2-extension yii2-data-table

The DataTable extension for the Yii framework

image

wisard17/yii2-data-table

The DataTable extension for the Yii framework

  • Tuesday, May 23, 2017
  • by wisard17
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

, (*1)

DataTables Extension for Yii 2


Extension for Yii framework 2.0. to used DataTables easy., (*2)

Installation

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

Either run, (*4)

composer require --prefer-dist wisard17/yii2-data-table

or add, (*5)

"wisard17/yii2-data-table": "~1.0.0"

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

Usage

For example, the following is simple code:, (*7)

<?= wisard17\DataTableView::widget([
    'columns' => [
        'Customer_ID',
        'action',
        'Customer_Name',
        'Office_Phone',
        'Office_Email',
    ],
    'model' => new Model(),
]) ?>

The Versions

23/05 2017

dev-master

9999999-dev

The DataTable extension for the Yii framework

  Sources   Download

Apache-2.0

The Requires

 

by Wisard Kalengkongan

yii2 datatable

23/05 2017

1.0

1.0.0.0

The DataTable extension for the Yii framework

  Sources   Download

Apache-2.0

The Requires

 

by Wisard Kalengkongan

yii2 datatable