Re: [qooxdoo-devel] Replace cellRenderer and how to avoid numeric grouping

2013-11-03 Thread rsantiagopaz
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();

Re: [qooxdoo-devel] Replace cellRenderer and how to avoid numeric grouping

2013-11-03 Thread rsantiagopaz
Im sorry, I misunderstand your question. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Replace-cellRenderer-and-how-to-avoid-numeric-grouping-tp7584881p7584886.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Replace cellRenderer and how to avoid numeric grouping

2013-11-03 Thread rsantiagopaz
maybe some like this: http://tinyurl.com/k99cu2z -- View this message in context: http://qooxdoo.678.n2.nabble.com/Replace-cellRenderer-and-how-to-avoid-numeric-grouping-tp7584881p7584887.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] Replace cellRenderer and how to avoid numeric grouping

2013-11-01 Thread dbrec
Hi all, There is a way to use a replace cellrenderer for a table column and set the groupingUsed property to false? BR, dbRec -- View this message in context: http://qooxdoo.678.n2.nabble.com/Replace-cellRenderer-and-how-to-avoid-numeric-grouping-tp7584881.html Sent from the qooxdoo mailing