Grid Column Layout and Visibility
Learn how to control column layout and visibility on the Entity Search UI.
Entity Search UI - Column Sequencing
The columns in the Search UI results grid are sequenced as follows:
Title fields are displayed first.
The non-title fields are displayed as per their visibility settings in order of their Group and sequence within the Group.
Entity Search UI - Column Visibility
Visibility for a Field's column can be controlled by using the Field's List Display > Default List Column Visibility property.
Always: It makes the column visible.
Never: It hides the column.
Custom: Can be used for conditional visibility along with providing a condition evaluation script in the List Display > Custom Column Visibility Script property.
Default/Blank: See visibility conditions below.
When the Entity Field's Default List Column Visibility is default/blank, then the column visibility is dependent on the following 3 criteria:
Is the field a Title Property.
Is the Field in the default Group.
The value of the Field's UI Properties > Visibility property.
The following table shows the conditions under which an Entity Field's column is visible on the Entity Search UI.
Is Title Field | In Default Group | UI Properties > Visibility | List Display > Default List Column Visibility | Column is shown? |
Yes | ANY | Always/blank/default/Custom | Always/blank/default/Custom | YES |
ANY | Never | NO | ||
No | Yes | Always/blank/default/Custom | Always/blank/default/Custom | YES |
Never | Always/Custom | YES | ||
Never | Never/blank/default | NO | ||
No | ANY | blank/default | NO | |
ANY | Always/Custom | YES |