onDelete: function () {
            for (const atkmlId of this.deletables) {
                this.deleteRow(atkmlId);
            }
            this.deletables = [];