2017 © Pedro Peláez
 

yii2-extension grid

Yii2/Grid widget with features

image

restlin/grid

Yii2/Grid widget with features

  • Monday, February 12, 2018
  • by Restlin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

grid

Yii2 widget - is a default grid with features. This widget support changing page size from outbox, grouping features from Dosamigos\grid\GroupGridView and export to pdf., (*1)

For export to pdf you must set pdfAction (default - site/pdf)., (*2)

Example action code (not ideal):, (*3)

public function actionPdf($format = 'A4')
{    
    $html = Yii::$app->request->post('html','no data');
    $pdf = new \mPDF;
    $pdf->setFooter('page.{PAGENO} of {nb}');
    $pdf->AddPageByArray(['newformat' => $format]);
    $css = '<link rel="stylesheet" type="text/css" href="css/print.css"/>'; //example css
    $pdf->writeHtml($css.$html);
    $pdf->Output("output.pdf", "I");
}

The Versions

12/02 2018

dev-master

9999999-dev https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3 GPL-3.0-or-later

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

12/02 2018

1.0.8

1.0.8.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GPL-3.0-or-later

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

28/08 2017

1.0.7

1.0.7.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

03/10 2016

1.0.6

1.0.6.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

27/09 2016

1.0.5

1.0.5.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

26/09 2016

1.0.4

1.0.4.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

26/09 2016

1.0.3

1.0.3.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

26/09 2016

1.0.1

1.0.1.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3

The Requires

 

by Ilya Shumilov

extension yii2 widget grid

26/09 2016

1.0.0

1.0.0.0 https://github.com/Restlin/grid

Yii2/Grid widget with features

  Sources   Download

GNU3

The Requires

 

by Ilya Shumilov

extension yii2 widget grid