Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
trevordevore committed Sep 24, 2019
1 parent dcfce43 commit a9c44d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ command ReceiveDataForPage pUrl, pUrlStatus
unload URL pUrl
if tResponseA["count"] is not the viewProp["number of rows"] of group "Pokemon" then
set the dvData of group "Pokemon" to empty
# Important! Set these properties AFTER setting the dvData to empty.
set the viewProp["number of rows"] of group "Pokemon" to tResponseA["count"]
set the viewProp["rows per page"] of group "Pokemon" to kNumberPerPage
set the dvData of group "Pokemon" to empty
end if
set the dvDataForPage[sPageThatIsLoading] of group "Pokemon" to tResponseA["results"]
Expand Down

0 comments on commit a9c44d8

Please sign in to comment.