Skip to content

Instantly share code, notes, and snippets.

@chetmac
Created August 14, 2020 16:29
Show Gist options
  • Save chetmac/42cf4aed5fc7bb161fc9092be3c63c4b to your computer and use it in GitHub Desktop.
Save chetmac/42cf4aed5fc7bb161fc9092be3c63c4b to your computer and use it in GitHub Desktop.
Airpress: Sort on multiple fields using the Airpress plugin's php api
<?php
$query->sort(
[
["field" => "My First Airtable Field", "direction" => "DESC"],
["field" => "My Second Airtable Field", "direction" => "ASC"]
]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment