As of now, I have integrated angular-ui/ui-scroll to dynamically load items into a table.
Is there a method available to retrieve the visible items that are currently being rendered on the UI using ui-scroll?
I have been utilizing adapter.topVisible and adapter.bottomVisible to access the top and bottom visible items. However, I am uncertain about how to retrieve all the items located between these two points.