$('.table-icons-legend button, .table-icons-legend a', container).click((e) => {
            e.preventDefault();
            this.iconsLegendTrigger($(e.currentTarget), '.table-icons-legend');
        });