Remove header button operational
This commit is contained in:
@@ -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){
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user