Roo/grid/GridView.js
authoredward <edward@roojs.com>
Thu, 19 May 2016 05:45:06 +0000 (13:45 +0800)
committeredward <edward@roojs.com>
Thu, 19 May 2016 05:45:06 +0000 (13:45 +0800)
Roo/grid/GridView.js

index b58b135..4dcd188 100644 (file)
@@ -980,6 +980,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
                         this.grid.fireEvent('rowclass', this, rowcfg);
                         alt.push(rowcfg.rowClass);
                     }
+                    Roo.log(alt);
                     rp.alt = alt.join(" ");
                     rp.cells = lcb.join("");
                     lbuf[lbuf.length] = rt.apply(rp);