Skip to main content

Timeline

Timeline control consists of a vertical list, to display events along with date and time. It is a custom control for displaying list data in a timeline.

It supports HTML rendering of entries, event grouping, and group sorting.

Timeline
Timeline

Binding Data Options

Timeline control accepts array of objects in JSON format to display data. There are different ways in which you can bind data to the Timeline control.

Static Data Option

To display static options in the Timeline control, you can use the Bind Data option. The Bind Data option must be specified as an array of objects. The JSON array must have date and event attributes. The date provided can have date and time as well in UNIX format. For example:

[
{
"Date":1622795662000,
"Event":"Account Updated"
},
{
"Date":1622885640003,
"Event":"Account Updated"
},
{
"Date":162278464200,
"Event":"Account Created"
},
{
"Date":1622885742000,
"Event":"Renewal Plan Initiated"
},
{
"Date":162278564200,
"Event":"Details Updated"
}
]

Properties

PropertyDescription
GroupedToggle option to group the timeline or list of events based on provided dates.
OrderSet the order of the timeline (ascending or descending) based on the dates.
Line colorSet the color of the timeline's line (visual attribute).
Columns to evaluateDropdown to select data from the database for connecting with the date and data column of the timeline.
TitleCustomize font size, font-weight, and font color for the timeline title.
BodyCustomize font size, font-weight, and font color for the timeline's body content.
Date/ Time FontsCustomize font size, font-weight, and font color for the date and time in the timeline.
Date Time PropertiesOptions for date format, time format, and submit format.
Custom format toggleToggle button to provide custom formats for date and time display.