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

pkg:composer/wiisoft/yii2-materialize-data-table

0.1.9 2015-09-01 05:11 UTC

This package is not auto-updated.

Last update: 2025-12-21 00:49:01 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(); ?>```