I encountered the same problem and could not solve it only at the appearance
level...
qx.ui.table.Table constructor accepts a parameter "custom" where you can
supply a factory function for tablePaneScroller and other table aspects.
var table1 = new qx.ui.table.Table(null, {
tablePaneScroller:
function(obj) {
return new
qx.ui.table.pane.Scroller(obj).set({appearance:
"scroller-appearance-1"});
}
});
var table2 = new qx.ui.table.Table(null, {
tablePaneScroller:
function(obj) {
return new
qx.ui.table.pane.Scroller(obj).set({appearance:
"scroller-appearance-2"});
}
});
As to header cell appearance, look at
qx.ui.table.columnmodel.Basic.setHeaderCellRenderer() to set any custom
IHeaderRenderer for some column, and the method
IHeaderRenderer.createHeaderCell() to create header cells of your dream.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/qx-ui-table-Table-styling-tp7585160p7585188.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel