Is it possible to have a loadMoreOnScroll kind of infinite scrolling in a table with virtual collection and paging component. Our data set is quite huge and we don't want to load the entire dataset at once. We are using ojCollection and oj-paging-control in our table. I am aware about the modes page and loadMore in paging control. But automatic loading(instead of clicking on loadmore everytime) like loadMoreOnScroll in a table is more desirable. Is it possible to achieve it with virtual collection and paging control?