MatthewHazeTrinh

Results 3 comments of MatthewHazeTrinh

Hi @AquilesOliveiraDev I would like to ask you a question, seeing as you're quite active comitting new pull requests to this library. I am also using the library, but having...

@nachovoss Create a new component, for example like this: ``` import {Task} from "gantt-task-react" import styles from "../styles/tooltip.module.css"; import {Badge, HStack, Image} from "@chakra-ui/react"; import React from "react"; export const...

**If you want to remove the From and To columns, you can do the following:** You can copy paste this component: https://github.com/MaTeMaTuK/gantt-task-react/blob/main/src/components/task-list/task-list-header.tsx And this: https://github.com/MaTeMaTuK/gantt-task-react/blob/main/src/components/task-list/task-list-table.tsx Comment out or remove the...