Hi all,
Is it possible to create a QML TableView with infinite scrolling?
For example, this is possible on a ListView using the code below, but
I couldn't find a way to do it on a TableView:
onAtYEndChanged: {
if(atYEnd) sigEndOfListReached()
}
Thank you,
Bruno.