Strange behavior: rows_per_page

Yea agreed. I came to the same conclusion.

Unfortunately, the display that I would like to page through is a little complex, and it is tough to adapt a row_template to it. My application would work easily if I could just use another form template (as I attempted in my example). The docs and the Anvil builder seem to indicate to me that this is possible and intended. However, I just can’t seem to get it to work…

Do you happen to know why this might be? Or have a workaround @stucork? Or is there a way to use a Form within a row_template?

I was hoping to test out a suggestion made to me in this post:

Where I basically make a one row data grid to flip through a set of connected data tables that all link to one row of a single data table. The built-in pagination seemed like the overall combined cleanest / most efficient of the suggestions in that post for cycling through a data table in both directions.