Closed Vinai closed 3 years ago
There are use cases where a source model for a filter is needed, even though the column isn't an array attribute. When a source model is set on a filter, it should default to \Hyva\Admin\Model\GridFilter\SelectFilter for the filter type.
\Hyva\Admin\Model\GridFilter\SelectFilter
Oh, this was already included in release 1.1.2.
There are use cases where a source model for a filter is needed, even though the column isn't an array attribute. When a source model is set on a filter, it should default to
\Hyva\Admin\Model\GridFilter\SelectFilter
for the filter type.