Tom Downing

Results 6 comments of Tom Downing

ha monsters 😈 Using row based method: ``` //Get total sheet using framework state.doc = new GoogleSpreadsheet(state.docID); await state.doc.useServiceAccountAuth(state.creds); await state.doc.loadInfo(); state.originalSheet = state.doc.sheetsById[state.sheetID]; await state.originalSheet.loadHeaderRow(3); state.title = state.originalSheet.title; state.originalRows...

> > hi this version works for me https://www.apkmirror.com/apk/google-inc/chrome-dev/chrome-dev-72-0-3626-14-release/ > > Thank you and it works for my device. > I have a Mi 8 with Android 8.1.0, and ARCore...

Found a solution by converting all elements into DOM objects and pushing to a new array (tested and works): ``` $('#mydiv').infinitescroll({ navSelector : "div.loadmore", nextSelector : "div.wp-pagenavi a:first", itemSelector :...

Although using the above method i've noticed that if your appending lots of items at the same time in a 3 column setup, most items seem to append to column...

I've solved the above issue by adding in a timer so theres a slight delay between adding each elements: ``` var timer = setInterval(function () { i++; if(i