roojs-core.js
[roojs1] / roojs-core-debug.js
index c6118a9..948795e 100644 (file)
@@ -17353,7 +17353,7 @@ Roo.Markdown.toHtml = function(text) {
     };
     
     Renderer.prototype.table = function(header, body) {
-      return '<table>\n'
+      return '<table class="table table-striped">\n'
         + '<thead>\n'
         + header
         + '</thead>\n'