Open thomasdewaelheyns opened 4 years ago
This is probably because of setHeightByRows
dynamically increases the grid height. Should be fixed by dispatching an "iron-resize" event whenever the rows change in grid with heightByRows
in use.
As a workaround, you could try invoking grid.getElement().executeJS("this.notifyResize")
on the host grid whenever new items are added to the details grid.
Thanks for the feedback. I'll try notifyResize as a workaround until this issue is fixed.
Before opening the details: After opening the details:
Note how the buttons are cut off.