Closed yii-bot closed 6 years ago
This issue has originally been reported by @neoacevedo at https://github.com/yiisoft/yii2/issues/16238. Moved here by @samdark.
Having a gridview with a checkbox column. Checking the checkbox header for selecting all and dumping values to console.
In console I should get an array with the values of all checkboxes.
If I check the header checkbox, I receive an empty array, but if I uncheck it, I receive all values.
This issue has originally been reported by @neoacevedo at https://github.com/yiisoft/yii2/issues/16238. Moved here by @samdark.
What steps will reproduce the problem?
Having a gridview with a checkbox column. Checking the checkbox header for selecting all and dumping values to console.
What is the expected result?
In console I should get an array with the values of all checkboxes.
What do you get instead?
If I check the header checkbox, I receive an empty array, but if I uncheck it, I receive all values.
Additional info