Our state of the art Gantt chart


Post by erhanzeyrek »

Hi,

I am trying to change TaskEditor's header title like this;
features: {
   ....
    taskEdit: {
	...
      editorConfig: {
        header: {
          title: 'MY TEST HEADER TITLE',
          titleAlign: 'end',
          dock: 'top'
        },
Title align and dock properties are changing, but title itself stays default. I tried with task editor customization example in here https://www.bryntum.com/examples/gantt/taskeditor/ and i still get same result.

Is there a bug or i am missing something?

Thanks.

Post by mats »

Try just
editorConfig: {
          title: 'MY TEST HEADER TITLE',
        },

Post Reply