We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb5bb0 commit 9bc3a26Copy full SHA for 9bc3a26
README.md
@@ -12,6 +12,8 @@ Debugging Android Database was never easier than this.
12
13
Let's debug android database.
14
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
+
17
### Found this project useful :heart:
18
* Support by clicking the :star: button on the upper right of this page. :v:
19
debug-db/src/main/assets/app.js
@@ -95,6 +95,7 @@ function inflateData(result){
95
'bFilter': false,
96
'bInfo': false,
97
"bSort" : false,
98
+ "scrollX": true,
99
"iDisplayLength": 10
100
});
101
}else{
0 commit comments