Germán Fajardo Sanchez

Results 1 comments of Germán Fajardo Sanchez

Just define your styleRender method like this: ` styleRender = (hotInstance, td, row, column, prop, value, cellProperties) => { console.log(this.yourComponentVariableName); Handsontable.renderers.TextRenderer.apply(this, [hotInstance, td, row, column, prop, value, cellProperties]); } `...