guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
537 stars 130 forks source link

Customisation of components #38

Closed kevinhury closed 4 years ago

kevinhury commented 4 years ago

Hello, I would like to have a way to fully customize some of the components. For example inserting a row with 3 inputs inside the taskList section. something like this:

const config = {
  taskList: {
    title: {
      label: "Task Todo",
      style: {
        background: "linear-gradient( grey, black)"
      }
    },
    task: (props) => <CustomTaskComponent {...props} />,
  },
};

If this is not supported, I don't mind implementing this myself and open a pull request for it. Wondering if this project is still active.

Thanks

mrkchang commented 4 years ago

Did you end up implementing this?

alonbentura commented 2 years ago

it is work now?