diff --git a/js/links/links_widget.js b/js/links/links_widget.js index eb70fe1d3..6983e70c0 100644 --- a/js/links/links_widget.js +++ b/js/links/links_widget.js @@ -84,6 +84,13 @@ function LinksWidget(id, sClass, sAttCode, iInputId, sSuffix, bDuplicates, oWizH this.UpdateButtons(); }; + /** + * Remove. + * + * @param oRowElement tr element to remove + * @param bForceTableRefresh be careful with this flag and performance impact @see N°6124 + * @constructor + */ this.Remove = function(oRowElement, bForceTableRefresh = true){ $('#datatable_'+me.id).DataTable().row($(oRowElement)).remove(); var oCheckbox = $(oRowElement).find('.selection');