Custom renderer function not working in handsontable plugin
问题 I have a function that handles some onChange events and works well. That function calls another one to check for the contents of the cell, and if there is something wrong it should change the cell color. function Check(x, y) { var content = $editorTableContainer.handsontable('getDataAtCell', y, x); var split = content.split(' '); $.each(split, function (key, value) { $.get('check.php?word=' + value, function (data) { //blank if no error otherwise it returns an array of suggestions (only need