Our state of the art Gantt chart


Post by Maxim Gorkovsky »

You can try taking renderer from the prototype:

import { NameColumn } from '@bryntum/gantt';
...
nameCustom.renderer = NameColumn.prototype.treeRenderer.bind(nameCustom)

Post by Qwerty »

Thanks Maxim, that's much neater!


Post Reply