Thanks Peter for sharing your trick. It works ok.
But I patch qx.ui.table.cellrenderer.Abstract instead of
qx.ui.table.cellrenderer.Default
Peter Schneider-2 wrote:
>
> Add following code somewhere in the main() of your application:
>
> > qx.Class.patch(qx.ui.table.cellrenderer.Default,
> > qx.Mixin.define("myApp.patch.CellRenderer",
> > {
> > members :
> > {
> > _getCellStyle : function(cellInfo) {
> > return (cellInfo.style || "") + " white-space:nowrap;";
> > }
> > }
> > })
> > );
>
--
View this message in context:
http://www.nabble.com/How-to-restore-the-previous-way-of-displaying-table%27s-cell-contents--tf4520605.html#a13098027
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel