You have some columns in your Klip that you want hidden, unless the user un-hides them.
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"; }