Open gioxc88 opened 2 years ago
I think this is a similar issue as: https://github.com/bqplot/bqplot/pull/1531.
I think I need to take another stab at generating lumino events for embedded ipywidgets.
I think this is a similar issue as: bqplot/bqplot#1531.
I think I need to take another stab at generating lumino events for embedded ipywidgets.
Thanks for looking into it. Unfortunately is beyond my knowledge otherwise I would have gladly helped with a PR
Hello @mariobuikhuizen, any chance you have an update on this pls? Thanks!!
@mariobuikhuizen the same happens for ipyaggrid
I'll first show the problem and then I'll describe the problem and give a reproducible example.
I have an app that updates many
DataGrid
centrally and then displays them in different tabs. I change the layout of theDatagrid
depending on the number of rows.DataGrid
from anipyvuetify
Tab that is not active theDatagrid
gets shrunk.DataGrid
and of av.Btn
.DataGrid
shrinks).DataGrid
doesn't shrink.I am not sure if the problem is with
ipydatagrid
oripyvuetify
so I'll cross-post in both repos, but I can say that (as you can see from the image above):ipywidgeds
tab instead ofipyvuetify
tab the problems is not present (this suggest it might be a problem withipyvuetify
)ipydatagrid
) So maybe if could be a problem with bothThis is really a mystery and it took me a long time to isolate the problem and boil it down to the change in the layout as it is part of a much more complex application. I hope you can review it and come up with a solution. Thanks a lot