When displaying structured data from a SNOW table and there are more than 10 results, would like to enable pagination from a display perspective.
Ideally there would still only be one call to the database (since there are still only less than 20 records).
Reason for asking: We have an existing plugin that gave expected result in layout formatting. However, now that there are more than 10 records, the LLM is summarizing the dataset and reformatting the output. We do not want that as we prefer the deterministice formatting that we had before.
Thanks!
Steve