MaTeMaTuK / gantt-task-react

Gantt chart for React with Typescript
MIT License
856 stars 473 forks source link

Customize to gantt chart #88

Open suniltayal opened 2 years ago

suniltayal commented 2 years ago

Hi @MaTeMaTuK

I would like to modify few changes in the gantt chart. Could you please help me to do so

1) Want to add an icon for each row 2) Want to hide From & To column 3) Currently the text and tooltip in the Bar refers to the name of the task. Is it possible to show the title differently in the bar?

It will be great if you provide the solution in JS code.

image

suniltayal commented 2 years ago

Hi @MaTeMaTuK,

Can you please help on the above query?

MaTeMaTuK commented 2 years ago

Hi @suniltayal, Have you tried to create your own table list? Do you have project with react and TS?

suniltayal commented 2 years ago

Hi @MaTeMaTuK We are using react js. I wanted to know, how to create our own table list component and how this new component will be called in Gantt container. <Gantt tasks={tasks} viewMode={view} onClick={handleClick} onExpanderClick={handleExpanderClick} onSelect={handleSelect} listCellWidth={"200px"} columnWidth={columnWidth} fontFamily={"Roboto"} projectProgressColor={"#FFDF41"} projectBackgroundColor={"#FFDF41"} projectBackgroundSelectedColor={"#FFDF41"} /> Would be great if you can provide some example.

Thank you so much for your response.

MaTeMaTuK commented 2 years ago

Hi @suniltayal, I guess it will be better if you will write me in email and I we will book the meeting.