We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please add enum columns to handle more than two status in grid view I use trntv/EnumColumn for now : https://github.com/yii2-starter-kit/yii2-starter-kit/blob/master/common/grid/EnumColumn.php with this syntax:
[ 'class' => \common\grid\EnumColumn::className(), 'attribute' => 'status', 'enum' => [ '0' => 'unknown', 'F' => 'Female', 'M' => 'Male', ] ]
but it is good that kartik/grid has ownself. thanks
The text was updated successfully, but these errors were encountered:
0b91295
Fix #847: Add new grid column EnumColumn
EnumColumn
f9c3aba
42dcd3f
8c63100
233fcf6
No branches or pull requests
please add enum columns to handle more than two status in grid view
I use trntv/EnumColumn for now :
https://github.com/yii2-starter-kit/yii2-starter-kit/blob/master/common/grid/EnumColumn.php
with this syntax:
but it is good that kartik/grid has ownself.
thanks
The text was updated successfully, but these errors were encountered: