Releases: marqu3s/yii2-behaviors
Releases · marqu3s/yii2-behaviors
v0.3.5
Better place to execute $dataProvider->refresh()
v0.3.4: Update SaveGridFiltersBehavior.php
Refreshing the data provider when a filter changes it value. This will ensure the total number of items will reflect the new filters combination.
v0.3.1
Minor update introducing a new public method getAttributeLogValues() to return the old and new values of an attribute after processing it for replacement values.
v0.3.0
What's Changed
- Introduced a new method to reset the grid filters.
v0.2.1
Update SaveGridFiltersBehavior.php
0.2.0
- New behavior: SaveGridFiltersBehavior
- New base behavior: MarquesBehavior. All behaviors extends from this one.