Title: A scroll bar has been added to the 'No Records' popup, and a console error is thrown when scrolling.
A scroll bar has been added to the 'No Records' popup after clear the data manually, and a console error is thrown when scrolling.
Run the sample
Open the popup
Click clear data button
And open the popup and focusout
and again open the popup and scroll the popup
You can see the issue in console
Expected: popup should update properly after clear the data
Actual: scroll bar has been added to the 'No Records' popup after clear the data manually, and a console error is thrown when scrolling.
Title: An empty popup is displayed while scrolling after loading the data manually
An empty popup is displayed while scrolling after loading the data manually
Run the sample
Open the popup
Click load data button
And open the popup and scroll
You can see the issue
Expected: Data should load properly on scrolling
Actual:empty popup is displayed while scrolling after loading the data manually