2017 © Pedro Peláez
 

yii2-extension yii2-transpose-dataprovider

A Yii2 data provider that transpose data into a table format

image

eddmash/yii2-transpose-dataprovider

A Yii2 data provider that transpose data into a table format

  • Friday, September 29, 2017
  • by eddmash
  • Repository
  • 3 Watchers
  • 4 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 25 % Grown

The README.md

yii2-transposedataprovider

A Yii2 data provider that transpose data into a table format, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json., (*3)

Either run, (*4)

$ php composer.phar require eddmash/transposedataprovider "@dev"

or add, (*5)

"eddmash/transposedataprovider": "@dev"

to the require section of your composer.json file., (*6)

Usage

use Eddmash\TransposeDataProvider;

$dataProvider = new TransposeDataProvider([
    'query'=>$dataQuery,
    'groupField'=>'rowid',
    'columnsField'=>'columns.column_name',
    'valuesField'=>'data',
    'extraFields'=>['call_data_id', 'instance.name'],
    'pagination'=>[
        'pageSize'=>4
    ]
]);

Learn more yii2-transpose-dataprovider documentation, (*7)

The Versions

29/09 2017

dev-master

9999999-dev https://github.com/eddmash/yii2-transpose-dataprovider

A Yii2 data provider that transpose data into a table format

  Sources   Download

BSD-3-Clause

extension yii2 dataprovider eav transpose

28/11 2016

1.0.0.x-dev

1.0.0.9999999-dev https://github.com/eddmash/yii2-transpose-dataprovider

A Yii2 data provider that transpose data into a table format

  Sources   Download

BSD-3-Clause

extension yii2 dataprovider eav transpose

11/11 2016

v1.0.1

1.0.1.0 https://github.com/eddmash/yii2-transpose-dataprovider

A Yii2 data provider that transpose data into a table format

  Sources   Download

BSD-3-Clause

extension yii2 dataprovider eav transpose

07/11 2016

1.0.0

1.0.0.0 https://github.com/eddmash/yii2-transpose-dataprovider

A Yii2 data provider that transpose data into a table format

  Sources   Download

BSD-3-Clause

extension yii2 dataprovider eav transpose