dev-master
9999999-dev https://github.com/anangpratika/yii2-exportExport your data using dataProvider just like gridView with widgets
GPL-3.0+
The Requires
by Anang Pratika
csv extension yii2 xls html widget export pdf
Export your data using dataProvider just like gridView with widgets
Export your data using dataProvider just like gridView with widgets, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist anangpratika/yii2-export "*"
or add, (*4)
"anangpratika/yii2-export": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
php
<?= \anangpratika\export\ExportMenu::widget(); ?>
, (*7)
Export your data using dataProvider just like gridView with widgets
GPL-3.0+
csv extension yii2 xls html widget export pdf