Show Columns in Class Listings Tables

Objective


Add columns to display additional class information in a Class Listings Table.

Solution


Use the showcols parameter to display additional columns in a Class Listings Table, such as Instructor, Duration, Location, or Room.

How Showing Columns Works

To display additional columns in a Class Listings Table, add the showcols parameter to the end of your basic Class Listing Table code using an ampersand (&).

A parameter includes:

  • A variable
  • A value 
  • An equals sign (=) between them

Example: showcols=Instructors

To display multiple columns, separate values with commas.

Example: showcols=Duration,Location

Available Column Values

The following values can be paired with showcols to display additional columns in a Class Listing Table:

  • Cat1
  • Cat2
  • Cat3
  • Duration
  • Instructors
  • Location
  • Room

Added columns appear in a fixed order and cannot be rearranged.

The columns display in this order:

Register, Cat1, Location, Cat2, Cat3, Class, Description, Days, Times, Duration, Room, Gender, Ages, Openings, Instructors, Class Starts, Class Ends, Session, Tuition.

Example

Customize the basic Class Listings table for Organization ID XXXXXX to show the Duration and Location columns.

Example JavaScript

<script type="text/javascript" src="https://app.jackrabbitclass.com/jr3.0/Openings/OpeningsJS?OrgID=XXXXXX&showcols=Duration,Location"></script>

Example Direct URL

https://app.jackrabbitclass.com/jr3.0/Openings/OpeningsDirect?OrgID=XXXXXX&showcols=Duration,Location

ℹ️Tip: To preview your changes while building your Class Listing Tables, open your basic table URL in a browser window. Add parameters and refresh the page to see the updated results.

Was this article helpful?
0 out of 0 found this helpful