How, with css, can i reduce height of task bar ?
Best regard,
Laurent
How, with css, can i reduce height of task bar ?
Best regard,
Laurent
It can be done through js code like next
gantt.config.row_height = 50;
it’s so simple …
thanks a lot,
Laurent