Sort Columns in Camp Listings
Use this reference to customize how columns are sorted in your Camp Listings by applying the Sort parameter to your embed code. You will need your base embed code for the method you are using to embed the listings and the column alias values.
To sort columns of information in the Camp Listings, a parameter is added to the end of the base online Camp Listings code after an ampersand symbol '&'. A parameter includes a variable and a value (alias) separated by the equals sign '='.
Base URLÂ
âť—Replace the Xs with your Organization ID and the Camp ID
app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgId=XXXXXX&campId=XXXSort Columns Ascending
The variable to sort columns in ascending order is:
&Sort= Example
- &Sort=sessionname
➡️ https://app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgIdxxxx&campIdxxxx&Sort=sessionname
Sort Columns Descending
The variable to sort columns in descending order is:
âť—Replace the Xs with the specific value (alias)
&Sort=XXX descExample
- &Sort=agerange desc
➡️ https://app.jackrabbitclass.com/jr4.0/CampListings/CampListingsDirect?orgIdxxxx&campIdxxxx&Sort=agerange desc
Â