You have some columns in your Klip that you want hidden, unless the user un-hides them.
title {
itemcol: 1;
label: "Title";
}
author {
itemcol: 2;
label: "Author";
hidden: true;
}
date {
itemcol: 3;
label: "Date Posted";
}