Igor Jericevich

Results 1 comments of Igor Jericevich

Managed to make this work by overriding the default renderer and adding the folloing code into the new default renderer. ``` public render(props: CellRendererProps) { this.setStylesAndAttributes(); this.el.innerHTML = `${props.formattedValue}`; }...