Our state of the art Gantt chart


Post by vconstruct »

  • renderer not working in resourceassignment type column

  • How to disable the chipView

{
      type   : 'resourceassignment',
      text : 'Trade Partners',
      renderer : ({ record }:any) => 'test',
      editor: false,
      }

Goal: Able to show 'multiple' text when more than value is found


Post by tasnim »

Hi,

ResourceAssignmentColumn is not that much customizable, only used to show resources. What if you try using a normal column https://bryntum.com/products/gantt/docs/api/Grid/column/Column ?


Post Reply