Skip to content

Commit 9bc3a26

Browse files
Add Scroll-X support
1 parent eeb5bb0 commit 9bc3a26

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Debugging Android Database was never easier than this.
1212

1313
Let's debug android database.
1414

15+
After opening the application, you will be able to see this in log -> D/DebugDB: Open http://192.168.1.130:8080 in your browser
16+
1517
### Found this project useful :heart:
1618
* Support by clicking the :star: button on the upper right of this page. :v:
1719

debug-db/src/main/assets/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function inflateData(result){
9595
'bFilter': false,
9696
'bInfo': false,
9797
"bSort" : false,
98+
"scrollX": true,
9899
"iDisplayLength": 10
99100
});
100101
}else{

0 commit comments

Comments
 (0)