Hi mfearby,
You can update the createwidget code like that:
createwidget: ( row: any, column: any, value: string, cellElement: any ): void => { cellElement.style.maxHeight = '50px'; cellElement.style.overflow = 'auto'; ReactDOM.render( <div className="jqx-grid-cell-left-align" style={{ paddingTop: '0px', paddingBottom: '0px', maxHeight:'50px', marginTop: '0px' }}> <span style={{ color: '#' + row.bounddata.text_colour_hex }}> {value} </span> </div>, cellElement );
Regards,
Peter
jQWidgets Team
https://www.jqwidgets.com