Vertical Timeline

Hello,

Is there some recommendation for vertical timeline integration with webix? Is such kind of widget planned for future release?

Thanks.

Can you share some screenshot of desired functionality ? Is it something similar to “day” view in the scheduler ?

http://webix.com/demos/scheduler.html

I’m interested in same subject: Timeline
Any recommendations to build it?

https://adminlte.io/themes/AdminLTE/pages/UI/timeline.html

Hello,

There’s not ready-made component, but you can achieve a similar view using Webix Layout filled with templates: https://snippet.webix.com/02qca827

Moreover, in Webix Pro there’s a DataLayout component, which can load data and repeat parts of UI according to the number of data items.

Check the following snippet, please: https://snippet.webix.com/zhkrdkdw

Thank you