[ELEMENTS] Setting isLoading to elements grid is breaking the virtualization #15538
Labels
🐛 bug
Any issue that describes a bug
💠 grid: elements
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Having 100% height on the grid and its parent (everything up to the html element) and setting
isLoading
property to the grid causes bug with virtualization resulting in disappearing vertical scrollbar.Steps to reproduce
Result
There is no vertical scrollbar even though there are more records in the grid. If you remove the
isLoading
binding then the grid shows scrollbar and everything work correct.Expected result
The grid should have vertical scrollbar
Attachments
wc-grid.zip
The text was updated successfully, but these errors were encountered: