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 7fd06ad commit 94edac4Copy full SHA for 94edac4
src/main/resources/static/js/eiInfo.js
@@ -9,7 +9,7 @@ jQuery(document).ready(function() {
9
tbl.style.align = 'right';
10
tbl.setAttribute('border', '3');
11
tbl.setAttribute('align', 'center');
12
- tbl.setAttribute('class', 'table table-bordered');
+ tbl.setAttribute('class', 'table table-bordered table-striped dataTable no-footer');
13
return tbl;
14
}
15
0 commit comments