Hello,

i think, this is the problem:

var format = new qx.util.format.DateFormat("dd.MM.yyyy HH:ii");
this.table1.getTableColumnModel().getDataCellRenderer(1).setDateFormat(format);

after i add the second line, i cant add data to the table

i cant add data like this

this.table1.getTableModel().setValue(0,row,j["data"][row][0]);

or this

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


when i add every column like the first way, i cant add to the cells 
having no dateformat rederer:(

What can be wrong

Thank you

> 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


------------------------------------------------------------------------------
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