Hide Columns in Class Listing Tables
Objective
Hide class information you do not want to display in a Class Listings Table.
Solution
Use the hidecols parameter to remove columns from a Class Listings Table, such as Ages or Tuition.
How Hiding Columns Works
To hide columns in a Class Listings Table, add the hidecols 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: hidecols=Tuition
The variable used for hiding columns is hidecols. Add parameters to the end of your basic Class Listing Table code using an ampersand (&).
To hide multiple columns, separate values with commas.
Available Column Values
The following values can be used in the hidecols parameter:
- Class
- Days
- Description
- Times
- Gender
- Ages
- Openings
- StartDate (Class Starts column)
- EndDate (Class Ends column)
- Session
- Tuition
Notes:
- The Register link cannot be hidden using the
hidecolsparameter. It is controlled by Class and Online Registration Settings. - If Gender is hidden in Jackrabbit, the Gender column is automatically omitted from the Online Class Listing Tables.
Example
Customize the basic Class Listings table for Organization ID XXXXXX to hide the Description and Openings columns.
Example JavaScript
<script type="text/javascript" src="https://app.jackrabbitclass.com/jr3.0/Openings/OpeningsJS?OrgID=XXXXXX&hidecols=Description,Openings"></script>Example Direct URL
https://app.jackrabbitclass.com/jr3.0/Openings/OpeningsDirect?OrgID=XXXXXX&hidecols=Description,Openingsℹ️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.