gantt-task-react
gantt-task-react copied to clipboard
is it possible to add custom columns in the task list table?
Yes, by overriding providing the default TaskListTable and TaskListHeader functions. You will need to extend the Task interface if you want to add new columns in the data that you provide. See the styling options in the documentation at the bottom Link
can you give an example code , because I didn't understand what you said above.
can you give an example code , because I didn't understand what you said above.
take a look at these two files as references:
You can implement ur own components and render whatever you want. Just provide ur custom components as TaskListHeader and TaskListTable according to GanttProps interface public-types.ts