wiisoft / yii2-materialize-data-table
Data Tables widget base on Maza framework for Yii2
Package info
github.com/wiisoft/materialize-data-tables
Type:yii2-extension
pkg:composer/wiisoft/yii2-materialize-data-table
0.1.9
2015-09-01 05:11 UTC
Requires
- bower-asset/datatables: *
- bower-asset/datatables-tabletools: *
- bower-asset/maza: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 02:17:17 UTC
README
Data Tables widget base on Maza framework for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wiisoft/yii2-materialize-data-table "*"
or add
"wiisoft/yii2-materialize-data-table": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \wii\dataTable\AutoloadExample::widget(); ?>```