Search code examples
javascripterppriority-web-sdk

Priority-web-sdk : Specific number of rows


Can I retrieve a certain number of rows when calling form.getRows? If so what is the maximum?


Solution

  • The number of rows is determined on the server-side. It's typically somewhere around 100.

    To page through the rows, keep calling getRows(), each time specifying the index of the first row to be retrieved.