Hi all,
I wonder is it possible in dhtmlx to create a custom view that contains extra columns in the timeline view to show extra information about the resources? e.g.
TruckName, TruckType, Average load.
Hi all,
I wonder is it possible in dhtmlx to create a custom view that contains extra columns in the timeline view to show extra information about the resources? e.g.
TruckName, TruckType, Average load.
Hello,
Columns? Where do you want to display them? If you simply want to display additional information along with resource name - it’s possible, simply use its template.
Best regards,
Ilya
Thanks that indeed would be an option.
I found out here how to use them.
However this will render all the information inside the label, if i would like to render these in a different table column would it be possible to add a table to the label or rather instead of the label so that i could have multiple collumns to display different data?
There is no ready-to-use extension with such functionality. But you can place any html data in template of label, which can include html tables, so data may be formatted in the necessary way.