File tree 1 file changed +1
-2
lines changed
debug-db/src/main/assets/debugDbHome/js
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ function inflateData(result){
147
147
}
148
148
149
149
$ ( "#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>' ) ;
151
151
152
152
$ ( tableId ) . dataTable ( {
153
153
"data" : columnData ,
@@ -161,7 +161,6 @@ function inflateData(result){
161
161
"iDisplayLength" : 10 ,
162
162
"dom" : "Bfrtip" ,
163
163
select : 'single' ,
164
- responsive : true ,
165
164
altEditor : true , // Enable altEditor
166
165
buttons : [
167
166
{
You can’t perform that action at this time.
0 commit comments