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
master
function ($model, $key, $index, $column) { return ['checked' => 'checked']; }
expected is: all Checkboxes are rendered with the html-attribute 'checked="checked"'.
Ubuntu LAMP PHP 7.2
The CheckboxColumn.php treat the checkboxOptions property as an array. PR assigned.
The text was updated successfully, but these errors were encountered:
61c60dd
No branches or pull requests
Prerequisites
master
branch of yii2-grid.Steps to reproduce the issue
Expected behavior and actual behavior
expected is:
all Checkboxes are rendered with the html-attribute 'checked="checked"'.
Environment
Ubuntu LAMP PHP 7.2
Browsers
Operating System
Libraries
Isolating the problem
The CheckboxColumn.php treat the checkboxOptions property as an array.
PR assigned.
The text was updated successfully, but these errors were encountered: