Remove header button operational

This commit is contained in:
2021-04-14 17:19:54 +02:00
parent d0bb9449d1
commit 4648bd73ad
2 changed files with 6 additions and 0 deletions

View File

@@ -228,6 +228,9 @@ function fillHeaderTable(headers){
var innerHTML = buildHeaderMapHtml(headers);
$('#headerMapTable').html(innerHTML);
$('.tableField').change(function(){setDataModified()});
$('.btn-hashmap').click(function(){
$(this).closest('tr').remove();
})
}
function buildHeaderMapHtml(headers){

View File

@@ -228,6 +228,9 @@ function fillHeaderTable(headers){
var innerHTML = buildHeaderMapHtml(headers);
$('#headerMapTable').html(innerHTML);
$('.tableField').change(function(){setDataModified()});
$('.btn-hashmap').click(function(){
$(this).closest('tr').remove();
})
}
function buildHeaderMapHtml(headers){