try this:

tbl is the table.


var numberformatMontoEs = new
qx.util.format.NumberFormat("es").set({groupingUsed: false,
maximumFractionDigits: 2, minimumFractionDigits: 2});

var tableColumnModel = tbl.getTableColumnModel();
var renderer = new qx.ui.table.cellrenderer.Number();
renderer.setNumberFormat(numberformatMontoEs);
tableColumnModel.setDataCellRenderer(0, renderer);



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Replace-cellRenderer-and-how-to-avoid-numeric-grouping-tp7584881p7584885.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to