mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
use deleteRow instead of getRow and delete to avoid console log error
This commit is contained in:
@@ -113,8 +113,8 @@ $(function(){
|
||||
if (FHC_AjaxClient.hasData(data)) {
|
||||
|
||||
// Delete row
|
||||
let row = $('#tableWidgetTabulator').tabulator('getRow', zeitsperre_id);
|
||||
row.delete(zeitsperre_id);
|
||||
$('#tableWidgetTabulator').tabulator('deleteRow', zeitsperre_id);
|
||||
|
||||
|
||||
// Reset form
|
||||
Zverfueg.resetFormFields();
|
||||
|
||||
Reference in New Issue
Block a user