Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch Size sometimes fetches 1 more row than requested #142

Open
GodlyTed opened this issue Jan 22, 2020 · 0 comments
Open

Fetch Size sometimes fetches 1 more row than requested #142

GodlyTed opened this issue Jan 22, 2020 · 0 comments

Comments

@GodlyTed
Copy link

Sheetrock will alternate between fetching 8 rows as requested or 9. - Anyone know why?

<script> var $ = jQuery.noConflict(); var EventSheet = 'https://docs.google.com/spreadsheets/d/1eeWGNzFI6iq3dLQZ-rI567vr50aDaGFiolHh9B5NipU/edit#gid=2112085770'; var EventRowTemplate = Handlebars.compile($('#event-row-template').html()); var EventQuery = "SELECT A,B,C,D,E,F,G WHERE G='publish'"; $('#events-table').sheetrock({ url: EventSheet, query: EventQuery, rowTemplate: EventRowTemplate, labels: ['Username', 'Name', 'Followers', 'URL', 'Platform', 'Pic', 'Status'], fetchSize: 8, }); </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant