Перейти к основному содержимому

show_task_cells

Description

Включает/выключает отображение границ столбцов в области графика

show_task_cells: boolean

Example

//hides column borders in the time scale
gantt.config.show_task_cells = false;

gantt.init("gantt_here");

Default value: true

Details

Когда свойство установлено в 'false' , оно отключает рендеринг отдельных ячеек - рисует только строки. Это может повысить производительность, особенно если вы отображаете большое количество задач на графике.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.