I have a table with custom renderer for one column, and content of that column contains url link associated to each row data. For some reason(unknown yet) after adding a new row only contents of that custom renderered column get messing up, so I need a force re-render method(not window.location.reload()) of handsontable for this case. Could you please let me know of that?
press button ‘add’
Issue - check the Data Link of new added row(second row), it should be pointing to http:www.example.com/datalink/4 however it’s still http:www.example.com/datalink/2 which is old one.