wiisoft / yii2-materialize-data-table
基于 Maza 框架的 Yii2 数据表小部件
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: 2024-09-28 18:42:16 UTC
README
基于 Maza 框架的 Yii2 数据表小部件
安装
安装此扩展的首选方法是通过 composer.
运行以下命令之一:
php composer.phar require --prefer-dist wiisoft/yii2-materialize-data-table "*"
或者在您的 composer.json 文件的 require 部分添加:
"wiisoft/yii2-materialize-data-table": "*"
to the require section of your composer.json file.
使用方法
一旦扩展安装完成,只需在代码中使用它即可:
<?= \wii\dataTable\AutoloadExample::widget(); ?>```