I'm trying to use the Infinite Scroll widget but I can not get it to work (the action does not trigger at the end of my table)
The documentation say to add this in a table view :
<TableView id="table"> <Widget id="is" src="nl.fokkezb.infiniteScroll" onEnd="myLoader" /> </TableView>But can i make this to show my view ? This does not work ...
<Collection src="book" /> <Window class="container"> <TableView dataCollection="book" > <TableViewRow title="{title}" /> <Widget id="is" src="nl.fokkezb.infiniteScroll" onEnd="myLoader" /> </TableView> </Window>Thanks for your help.