List
Overview
Configuration
Configuring list columns

Field
Description

Display types
Type
Description
Related
Last updated
Configure the columns displayed in search results.
The List configuration determines which columns are shown in the search results table after a user performs a search. Each column displays data from a specific path in the search results.
Navigate to Admin β IKO.
Select an IKO Server and View.
Go to the List section.
Add or edit columns.

Title
Column header text.
Key
Unique identifier for the column. Use id to mark this column as the ID field.
Path
Location of the data in the search results using JsonPointer notation (e.g. /name/fullName).
Display Type
Display type (Text, Date, etc.).
Parameters
Additional display parameters.
Please note that sorting is not supported yet in the results list. The Sortable and default sort properties will be ignored.

text
Standard text display.
date
Date display (configurable format).
boolean
Yes/No display.
enum
Value from a fixed list.
hidden
Hidden field.
Last updated