Download the PHP package flaviovs/yii2-composite-dataprovider without Composer
On this page you can find all versions of the php package flaviovs/yii2-composite-dataprovider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flaviovs/yii2-composite-dataprovider
More information about flaviovs/yii2-composite-dataprovider
Files in flaviovs/yii2-composite-dataprovider
Package yii2-composite-dataprovider
Short Description Composite data provider for Yii2
License MIT
Informations about the package yii2-composite-dataprovider
Yii2 Composite Data Provider
Composite Data Provider (CDP) is a yii\data\DataProviderInterface implementation that allows you to compose and browser several standard Yii2 data providers as if they were just one.
CDP takes care of properly paginating source data providers, so you can use any combination of pagination (or no pagination) on them -- CDPs will always paginate using the composite pagination configuration (if any).
Installation
Usage
CDPs also acceps a pagination
property that works the same as in
regular Yii2 data providers.
Additionally, you can use the addDataProvider($value)
to add new
data providers to a CDP.
Important
-
CDPs cannot be sorted. Of course, source data providers can be sorted normally.
- Models and keys returned by CDPs come straight from the source data
providers. That means that your data provider consumer (for example,
GridView
column configuration) must be prepared to handle models of varied type in case your source data providers return different models.
Issues
Visit http://github.com/flaviovs/yii2-composite-dataprovider