Hello,

 my code looks like this

 var format = new qx.util.format.DateFormat("dd.MM.yyyy");
this.table1.getTableColumnModel().getDataCellRenderer(1).setDateFormat(format);
this.table1.getTableModel().sortByColumn(1, false);

then i add some rows to the table  lik ethis

this.table1.getTableModel().addRows(j["data"]);

but notthing appears

the array data not added.

I think is mst a problem of the date format

i try

Hello,

i create a table column have a date cellrenderer.

how must the date look , when i add this directly from a php script?



------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been
demonstrated beyond question. Learn why your peers are replacing JEE
containers with lightweight application servers - and what you can gain
from the move. http://p.sf.net/sfu/vmware-sfemails


_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to