how to know if the row is the last row ? #164
Closed
olivierauverlot
started this conversation in
General
Replies: 1 comment 3 replies
-
SQLPage works in a streaming fashion. Neither sqlpage nor even the database itself know whether a row will be the last one while processing it. However, sqlpage templates let you buffer some information and render it later, when the component is closing and we know no more rows will appear. You can use the What are you trying to do exactly ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if my question if off topic. I try to made a new component that displays a list of row and I want to customize the last row content.
How to do that with handlebars.js ? In a template, I don't understand how to detect the last row of data.
Thanks for your help :)
Beta Was this translation helpful? Give feedback.
All reactions