Custom bar under grid column headers

Hi folks,

is it possible to add a custom bar under grid column headers as shown on this image? Or maybe it’s possible to add a gap there to reserve this space to render a div with fixed position over this gap?

Thanks!

Hello,
Right now, there is no built-in feature to add a non-task row. The dev team will add that feature in the future, but I cannot give you any ETA.

But it can be implemented by using the Gantt API.
You can add an unscheduled task, add the styles to not show any data and add event handlers that won’t allow treating it like a regular task.

Here is an example that can help you to start:
https://snippet.dhtmlx.com/7c7ttz5r

1 Like