Our state of the art Gantt chart


Post by pedro_softplan »

Hi, I have a assignment column but I don't wanna users to being able to edit, so i've settled as false

        {
          type: "resourceassignment",
          width: 150,
          editor: false
        },

But how can I show a tooltip showing every resource name?


Post by marcio »

Hey pedro_softplan,

Thanks for reaching out.

Are you looking to show the tooltip when hovering over the cell or each chip in the cell?

If you're looking to show the tooltip when hovering over the cell, you should use https://bryntum.com/products/gantt/docs/api/Gantt/column/ResourceAssignmentColumn#config-tooltipRenderer (note that you need CellTooltip feature enabled)

Best regards,
Márcio


Post by pedro_softplan »

Okay, it worked! Thanks :)


Post Reply