Unplanned
Last Updated: 22 Apr 2025 13:01 by Naveen
Kendo UI
Created on: 01 Aug 2024 08:53
Category: Timeline
Type: Feature Request
9
Reverse chronological order for the Timeline events
Provide an option that will allow reversing the order of the Timeline events, i.e. displaying them in a descending/reverse chronological order.
4 comments
Naveen
Posted on: 22 Apr 2025 13:01
I strongly support this feature request. In many use cases (like displaying announcements, updates, or logs), it’s more intuitive and user-friendly to show the latest events first. Currently, the Kendo Timeline component doesn’t provide any option to reverse the order, and trying to sort the data manually doesn’t work because of internal sorting.

Please consider adding a sortOrder: 'asc' | 'desc' or a callback like sortComparer. This flexibility would make the Timeline component much more useful across different real-world scenarios.

Looking forward to seeing this added!
ChangHyeon
Posted on: 10 Nov 2024 12:20

If you comment out as below in the timeline.component.ts file, the list passed to [events] will be displayed in the order of its sorting.


Attached Files:
Flemming
Posted on: 08 Nov 2024 08:00
Having the most recent date first would be great.
Cyril
Posted on: 17 Oct 2024 07:51
This would also be a nice feature for us