-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
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
ExpandRowColumn in Modal doesn't work #261
Labels
Comments
Looking at kv-grid-expand.js, the var $rows is selecting only visible td elements using this line:
Being in a modal, this of course isn't visible when this script is run and so the td elements don't get selected |
This will need some thought on the design for such cases... will get back on this when I have some time. |
@friek108 you can check now with the fix. |
friek108
added a commit
to friek108/yii2-grid
that referenced
this issue
Apr 14, 2015
Related to fix kartik-v#261 - the previous fix allowed for initialisation, but all content in the expanded row would only have a colspan of 1 as opposed to the amount of columns in the grid.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't get the expandRowColumn to work for grid inside a modal - it works outside of a modal no problems. Basic code is below to replicate the issue:
The text was updated successfully, but these errors were encountered: