Skip to content

Use jQuery remove to remove children row elements

We can not rely on the row node to always have a parent node as toggle_row is a callback to an event that can be executed after the row has already be removed from the DOM.

Closes #13198 (closed)

Merge request reports