Skip to content

Releases: VivreTech/rest-grid

1.0.3

02 Apr 18:12
Compare
Choose a tag to compare
  • Require PHP >= 5.5
  • Require Yii ~2.0.14
  • Remove DataColumn :: rowOptions
  • Added DataColumn :: options

1.0.2

13 Jan 09:52
Compare
Choose a tag to compare
Fix for pager render -> first we need to ensure that we have models f…

…rom DataProvider by calling `DataProvider->getTotalCount()` | `DataProvider->getCount()`

1.0.1

13 Jan 09:51
Compare
Choose a tag to compare
Minor changes for rendering pager, we are now using data from `yii\da…

…ta\Pagination` and as a last resort, in case there is no Pagination, we are using data from DataProvider.

1.0.0

13 Jan 09:50
Compare
Choose a tag to compare
Update UnitTesting to use the new response format.