there is a lot of data in the drop-down, so I don"t want to request all of them to be displayed.
want to do a paging display function, my idea is to load ten pieces of data for the first time, and when the mouse is pulled to the last piece of data, request ten again.
however, there is no event in api after the last piece of data is dropped down. How can this be achieved?