Hi,
NoScrollGrid has a big problem when rows have item details component and there are few rows only in the grid, ie. when the grid initially has less height then container height (container in which grid is attached and which supports external scrollbar for the grid). In this situation there’s initially no scrollbar on target scroll container (no needed because all rows are visible in the grid). But lack of the scrollbar is a big problem when you expand item details for some row because scrollbar doesn’t appear even when details component will take up a lot of space in the grid. In that case, the rows below are not visible and there’s no way to scroll down to them unless you hide the item details.
I’ve created an issue for this:
https://github.com/vaadin-component-factory/vcf-noscroll-grid/issues/3
Any idea for a workaround for this? Thank you in advance :)