Is it possible to create a multiple row in one grid header? The same as in dhtmlxgrid multi row header
Thank you.
Is it possible to create a multiple row in one grid header? The same as in dhtmlxgrid multi row header
Thank you.
Hi @tommyBoy!
You can configure headers of the grid by setting custom HTML in the label
property of the gantt.config.columns
. Here is a related article:
https://docs.dhtmlx.com/gantt/api__gantt_columns_config.html
Please check this tutorial video for adding custom elements inside grid header:
Here is a snippet you can see how it can be implemented for the Task name columns. Please note custom styles in the HTML tab:
http://snippet.dhtmlx.com/7cad1b5bf
You can configure the height of the scale using scale_height
property. Here is a related article:
https://docs.dhtmlx.com/gantt/api__gantt_scale_height_config.html