Implement scrollback modal
This commit is contained in:
@@ -122,7 +122,7 @@ $(document).ready(function(){
|
||||
// Show table content and hide spiner
|
||||
var show_table_content = function($table_class_container){
|
||||
$table_class_container.find("#loader").hide();
|
||||
$table_class_container.find(".table-container").show();
|
||||
$table_class_container.find("#table-container").show();
|
||||
const event = new Event('restore-scroll');
|
||||
document.dispatchEvent(event);
|
||||
};
|
||||
@@ -222,7 +222,7 @@ $(document).ready(function(){
|
||||
if(idx==undefined) {
|
||||
idx = 0;
|
||||
}
|
||||
return $('.table-container').eq(idx).find('.btn-shift-column').filter(function(z) {
|
||||
return $('#table-container').eq(idx).find('.btn-shift-column').filter(function(z) {
|
||||
return $(this).data('state')=='off'
|
||||
}).map(function(z) {
|
||||
return $(this).data('td-class')
|
||||
|
||||
Reference in New Issue
Block a user