彩票走势图

项目管理软件dhtmlxGantt配置教程(二):调整网格行大小

翻译|使用教程|编辑:秦林|2022-10-13 13:11:32.133|阅读 1 次

概述:这篇文章给大家讲解dhtmlxGantt如何调整网格的行大小。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

dhtmlxgantt入门教程

这篇文章给大家讲解dhtmlxGantt如何调整网格的行大小。

DhtmlxGantt正版试用下载

可以更改网格中单独行的高度,dhtmlxGantt 库提供了两种管理行高的方法:

  • 通过为必要的任务对象设置行的高度和任务栏的高度;
  • 通过拖动网格行的底部边框。
gantt.config.columns = [
    {name:"wbs", label:"WBS", width:40, template:gantt.getWBSCode },   
    {name:"text", label:"Task name", tree:true, width:170 },
    {name:"start_date", align:"center", width: 90},
    {name:"duration", align:"center", width: 60},
    {name:"add", width:40}
];
设置行高

您可以根据需要调整特定行的高度。

为此,您需要重新定义 的row_height 和 bar_height属性: 数据集中任务对象

gantt.parse({
    data: [
        { id: 11, text: "Project #1", type: "project", progress: 0.6, open: true, 
            row_height: 70, bar_height: 60 },     
        { id: 12, text: "Task #1", start_date: "03-04-2018", duration: "5", 
            parent: "11", progress: 1, open: true },
        { id: 13, text: "Task #2", start_date: "03-04-2018", type: "project", 
            parent: "11", progress: 0.5, open: true }
    ],
    links: []
});

或者您可以动态实现它:

gantt.getTask(11).row_height = 50;
gantt.getTask(11).bar_height = 25;
// re-render Gantt to apply the changes
gantt.render();
通过拖放调整行大小

要让用户可以通过拖动行的底部边框来调整网格中的行大小,请将 gantt.config.resize_rows 选项设置为 true :

gantt.config.resize_rows = true;

gantt.config.min_task_grid_row_height : 选项提供了定义在调整大小期间可以为任务设置的最小行高的能力

gantt.config.min_task_grid_row_height = 45;

dhtmlxGantt是用于跨浏览器和跨平台应用程序的功能齐全的Gantt图表,可满足项目管理控件应用程序的所有需求,是最完善的甘特图图表库。了解更多DhtmlxGantt相关内容和资讯,欢迎在线咨询或者私信我获取正版试用版及报价。


甘特图控件交流群:764148812    欢迎进群交流讨论

更多正版甘特图软件下载、购买、授权咨询,请点这里!


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP