Skip to content

tejrajs/yii2-datatable

Repository files navigation

Data Table

DataTables Table plug-in for jQuery

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist tejrajs/yii2-datatable "dev-master"

or add

"tejrajs/yii2-datatable": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php
use tejrajs\datatable\DataTable;
?>
<?= DataTable::widget(['message' => ' Yii2.0']) ?>

About

DataTables Table plug-in for jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published