ejbeaty/CellEdit

IE11 cancelEditableCell throws error: Object doesn't support property or method 'closest'

Opened this issue · 0 comments

I presume the fix is wrapping element instead of $(callingElement.closest("table")) into $(callingElement).closest("table") as is the same technique already used redeclaring the table in updateEditableCell (var table = $(callingElement).closest("table").DataTable().table();)