You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
The issue still exists against the latest master branch of yii2-grid.
This is not an usage question. I confirm having gone through and read the documentation and demos.
This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
[ x] I have attempted to find the simplest possible steps to reproduce the issue.
I have included a failing test as a pull request (Optional).
Steps to reproduce the issue
gridview expand column
inside expand other gridview with checkcolumn
select check and ask for .yiiGridView('getSelectedRows')
Expected behavior and actual behavior
older versio of jquery : v2.1.4 work fine , returning keys selected.
with new jquery v3.6.3 gets Uncaught TypeError: data is undefined on YiiGridView.js line 207.
it's happen when you use grid inside expandcolun and the grid has a checkbox, not worknig.
each grid inside the expand column has unique id. the code work fine with jquery 2.1.4 but with new version does not work.
you can select the checkbox but it's not return selectecrows
Prerequisites
master
branch of yii2-grid.Steps to reproduce the issue
Expected behavior and actual behavior
older versio of jquery : v2.1.4 work fine , returning keys selected.
with new jquery v3.6.3 gets Uncaught TypeError: data is undefined on YiiGridView.js line 207.
it's happen when you use grid inside expandcolun and the grid has a checkbox, not worknig.
each grid inside the expand column has unique id. the code work fine with jquery 2.1.4 but with new version does not work.
you can select the checkbox but it's not return selectecrows
When I follow those steps, I see...
I was expecting...
Environment
Browsers
Operating System
Libraries
Isolating the problem
The text was updated successfully, but these errors were encountered: