2017 © Pedro Peláez
 

yii2-extension yii2datatable

datatable yii2 models

image

agik/yii2datatable

datatable yii2 models

  • Thursday, July 19, 2018
  • by agiksetiawan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 123 % Grown

The README.md

Datatables with ActiveRecord Yii2


, (*1)


, (*2)

On Controller or Model

```php: use app\models\LevelAccess; use agik\yii2datatable\Table;, (*3)


```php: $dt=new Table(LevelAccess::find()); //if using join $dt->model->joinWith('menu'); //if using join $dt->model->joinWith('levelUser'); return $dt->getRow();

On your JS File

js: var tb=$('#table').dataTable({ "ajax": { "url": "http://", 'type':'get' }, "serverSide":true/false, columns:[ {"data":"table_name.column_name"} ] });, (*4)

The Versions

19/07 2018

dev-master

9999999-dev https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by agik-setiawan

19/07 2018

dev-v.1.0

dev-v.1.0 https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by agik-setiawan

19/07 2018

1.0.5

1.0.5.0 https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by agik-setiawan

18/07 2018

1.0.4

1.0.4.0 https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by agik-setiawan

18/07 2018

1.0.3

1.0.3.0 https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by agik-setiawan

12/07 2018

1.0.2

1.0.2.0 https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by agik-setiawan

24/04 2018

1.0.1

1.0.1.0 https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by agik-setiawan

24/04 2018

1.0

1.0.0.0 https://github.com/agik-setiawan/yii2datatable

datatable yii2 models

  Sources   Download

MIT

The Requires

 

by agik-setiawan