wiisoft/yii2-materialize-data-table

Data Tables widget base on Maza framework for Yii2

0.1.9 2015-09-01 05:11 UTC

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(); ?>```