We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99076b2 commit a278124Copy full SHA for a278124
examples/js/cell-edit/cell-edit-hook-table.js
@@ -30,7 +30,7 @@ function onAfterSaveCell(row, cellName, cellValue) {
30
rowStr += prop + ': ' + row[prop] + '\n';
31
}
32
33
- alert('Thw whole row :\n' + rowStr);
+ alert('The whole row :\n' + rowStr);
34
35
36
function onBeforeSaveCell(row, cellName, cellValue) {
0 commit comments