Klipfolio. The KPI Dashboard - Evolved
The KPI Dashboard – Evolved
1-877-233-6149
Contact Us

Hiding a column by default

Problem:

You have some columns in your Klip that you want hidden, unless the user un-hides them.

Solution:

In the style definition for the column, add hidden: true:

title {
    itemcol: 1;
    label: "Title";
}
author {
    itemcol: 2;
    label: "Author";
    hidden: true;
}
date {
    itemcol: 3;
    label: "Date Posted";
}

In the above example, initially only the "title" and "date" columns would be shown to the user. The user would still be able to right-click on the Klip's column headers and un-hide the column if they wanted to see the "author" column.

Leave a Comment

To leave a comment, you must sign in or register (it's free).

   
Comment Type:
Title:
Comment: