Tree View
Tree
List View
Alphabetical List
Share
Share
Search:
id:
1289

name:

Hiding columns with CSS



description:
You can hide columns for a view of a record or table using CSS.

Go to Develop > Header/Footer. In the header field, add the following style to hide the id, createid, and createdate fields. CSS is not supposed to be case sensitive, but just in case of browser bugs, make sure your div names are identical to the div in the HTML.



Notice that each field name is followed by the word div. So to hide another field named StartDate, you'd use this:



To do the same for Grid/Table views use this style definition in the header:


ParentTopic: