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
I have a main grid with expandColumn.
When i expand, there is an other grid (I'll call it the sub grid).
The problem is when I expand the second line to show the "sub grid", then i select the first line of the sub grid, the first line of the main is also selected.
I know it's about the attribute "index" in html.
I'd like to know if there is way to change "index" value, or to not authorize the selection of grid's line.
Thanks
The text was updated successfully, but these errors were encountered:
Well, I would recomend not to use nested grids as it causes issues. There is a way to do a tree like grid, see here https://w2ui.com/web/demos/#/grid/7
For the selection issue. I think if you add stopPropagation it will fix the issue. If you can create jsFiddle with the problem, I will help you.
Hi
I have a main grid with expandColumn.
When i expand, there is an other grid (I'll call it the sub grid).
The problem is when I expand the second line to show the "sub grid", then i select the first line of the sub grid, the first line of the main is also selected.
I know it's about the attribute "index" in html.
I'd like to know if there is way to change "index" value, or to not authorize the selection of grid's line.
Thanks
The text was updated successfully, but these errors were encountered: