Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Use Alloy infiniteScroll ?

$
0
0

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)

InfiniteScroll on Github

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.

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>