Our state of the art Gantt chart


Post by omkar ankam »

It is coming as undefined
renderer:
cellElement, record : cellElement: HTMLElement; record: any =>

console.log(cellElement.classList.add('error'));


Post by tasnim »

Hi,

You need to destructure it

renderer : ({ cellElement, record} : any) => {

Post Reply