Version 3.0.1
Date: 14-Mar-2015
- (enh #176): Allow displayValue to be overridden for editable column.
- (enh kartik-v/yii2-dynagrid#47): Set a timeout for plugin reinitialization on pjax complete.
- (enh #229): Ability to set readonly rows in EditableColumn.
- (enh #237): Parse valueIfNull correctly within EditableColumn editableOptions.
- (enh #239): Updated Russian translations.
- (enh #245): Various enhancements to grid pagination toggle.
- (enh #247): Add ability to set
dropdownOptions
forActionColumn
dropdown. - (enh #249): Add new properties
toggleDataContainer
andexportDataContainer
for controlling button group options. - (enh #250): Parse pjax setting in
toggleData
button to enable toggling pagination via pjax. - (bug #251): Fix ExpandRowColumn bug with disabled closure and unnecessary check for title.
- (bug #252): Fix undefined
$filterInputOptions
in DataColumn. - (enh #253): Enhance EditableColumn
refreshGrid
behavior for multiple editable columns on the grid. - (enh #255): Enhance ExpandRowColumn to allow expand/collapse on row click.
- (enh #256): New property
extraData
for sending extra data to ExpandRowColumn via ajax load call. - (enh #257): Fix for
detailOptions
to be set as Closure in ExpandRowColumn.