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.