Hi,
I am using React JqxGrid. Need to trigger my class function on click of button.
Something like
cellsrenderer: (row, field, value) => {
return "<input onClick={this.handlefunc} type='button'/>";
}
But this returns error.
Can you please help me with this or suggest any workaround.