File tree Expand file tree Collapse file tree
debug-db/src/main/assets/debugDbHome/js Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ function inflateData(result){
147147 }
148148
149149 $ ( "#db-data-div" ) . remove ( ) ;
150- $ ( "#parent-data-div" ) . append ( '<div id="db-data-div"><table cellpadding="0" cellspacing ="0" border ="0" class="table table-striped table-bordered display" id="db-data"></table></div>' ) ;
150+ $ ( "#parent-data-div" ) . append ( '<div id="db-data-div"><table class="display nowrap" cellpadding="0" border ="0" cellspacing ="0" width="100% " class="table table-striped table-bordered display" id="db-data"></table></div>' ) ;
151151
152152 $ ( tableId ) . dataTable ( {
153153 "data" : columnData ,
@@ -161,7 +161,6 @@ function inflateData(result){
161161 "iDisplayLength" : 10 ,
162162 "dom" : "Bfrtip" ,
163163 select : 'single' ,
164- responsive : true ,
165164 altEditor : true , // Enable altEditor
166165 buttons : [
167166 {
You can’t perform that action at this time.
0 commit comments