Our state of the art Gantt chart


Post by rodel.ocfemia »

Hi,
This one does not work. There is still dot icon before the Website Design.

{
            "id": 1,
            "name": "Website Design",
            "percentDone": 50,
            "duration": null,
            "startDate": null,
            "manuallyScheduled": false,
            "rollup": true,
            "endDate": null,
            "expanded": true,
            "iconCls": false,
            "collapseIconCls": false,
            "expandIconCls": false,
            "leafIconCls": false
          }

Post by alex.l »

All the best,
Alex


Post by rodel.ocfemia »

Hi,

I added "leafIconCls": false, but the dot icon (.) still displayed beside Website Design.
Displayed as

  • Website Design
{
	"id": 1,
	"name": "Website Design",
	"percentDone": 50,
	"duration": null,
	"startDate": null,
	"manuallyScheduled": false,
	"rollup": true,
	"endDate": null,
	"expanded": true,
	"leafIconCls": false
}

Post by tasnim »

Hi,

You need to set it in the column

{ type : 'name', width : 250, leafIconCls : null }

Here is how it looks like

Attachments
Screenshot 2023-03-27 150640.png
Screenshot 2023-03-27 150640.png (88.2 KiB) Viewed 184 times

Post by rodel.ocfemia »

Hi Tasnim,

Can we make it conditional? Apply leafIconCls : null only for a particular record/row?


Post by alex.l »

On that case you need to use a specific cls that will show nothing.

All the best,
Alex


Post Reply