|
|
|
@ -186,14 +186,14 @@ $.fn.datatables_extended = function(settings){
|
|
|
|
|
$(button).addClass("active").html('Cancel');
|
|
|
|
|
$(button).parent().next().children("button").removeClass("disabled");
|
|
|
|
|
// EMM related code
|
|
|
|
|
$(".viewEnabledIcon").unbind("click");
|
|
|
|
|
$(document).off('click','.viewEnabledIcon');
|
|
|
|
|
//--- End of EMM related codes
|
|
|
|
|
} else if ($(button).html() == 'Cancel'){
|
|
|
|
|
thisTable.removeClass("table-selectable");
|
|
|
|
|
$(button).addClass("active").html('Select');
|
|
|
|
|
$(button).parent().next().children().addClass("disabled");
|
|
|
|
|
// EMM related function
|
|
|
|
|
$(".viewEnabledIcon").bind("click", InitiateViewOption);
|
|
|
|
|
$(document).on('click','.viewEnabledIcon',InitiateViewOption);
|
|
|
|
|
//--- End of EMM related codes
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|