You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();)
The text was updated successfully, but these errors were encountered:
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();)
The text was updated successfully, but these errors were encountered: