aayushmhu/yii2-htmltocsv

Export Any HTML Table into CSV or EXCEL

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2021-12-31 17:32 UTC

This package is auto-updated.

Last update: 2024-03-29 04:39:52 UTC


README

To Install This Plugin Run THis Command into your terminal

"composer require aayushmhu/yii2-htmltocsv dev-master"

To Use This Extension You Just Need to Write This

For Example:


use \aayushmhu\htmltocsv\ExportButton;

echo ExportButton::widget([
  'tableid'=>'table_id',
  'filename'=>'Hello',
  'options' => [
    'id'=>\aayushmhu\htmltocsv\ExportButton::DEFAULT_BUTTON,
    'class'=>'btn btn-primary',
  ],
]);

# First Last Handle
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter