Skip to content

How to handle pagination? #1

@alixcanaysam

Description

@alixcanaysam

Lets say I've 2K Quotations on my company how can i navigate between pages?

Example Code is here:

$items = $sap->getService("Quotations");
// $items->headers(["Prefer" => "odata.maxpagesize=0"]);
$result = $items
  ->queryBuilder()
  ->inlineCount()
  ->findAll();

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions