kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
558 stars 302 forks source link

missing ColumnTrait using in BooleanColumn #1044

Closed DZotya closed 1 year ago

DZotya commented 1 year ago

There are ColumnTrait usings in for example CheckboxColumn or DataColum. It is missing from BooleanColumn. I would like to hide it because I don't want it can be adjusted.

kartik-v commented 1 year ago

kartik\grid\BooleanColumn extends kartik\grid\DataColumn - so the BooleanColumn inherits all the properties of DataColumn(including the methods inColumnTrait(which is used inDataColumn`).