wiisoft / yii2-materialize-data-table
Data Tables widget base on Maza framework for Yii2
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/datatables: *
- bower-asset/datatables-tabletools: *
- bower-asset/maza: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-09-13 23:44:07 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(); ?>```