Hi Derrel,

I'm sorry, I liked your idea but I was enable to implement it.

First let me tell you that I'm creating my table model initially using:

      tableModel.setColumns(["CVEH",  this.tr("Date et Heure"),  "Lon",
"Lat", this.tr("Lieu")] , 
                                            ["CVEH", "DT",   "LON", "LAT",  
"LWP" ]);


then when I want to fill my table,  I'm using :  tm.setData(result.values)
where values is [][] containing values and no Keys.

When I tried using:    tm.setDataAsMapArray(result.values, true), my table
becomes empty.

I guess I've to use setDataAsMapArray or I won't get the expected behavior
you explained before.

I've thought I can add an invisible column called "marker", but still enable
to use it. Or can I add a map to the data without touching my backend.

I don't know if I still can attach a marker object to each row in the model?

Best regards,

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/attaching-a-userdata-to-a-table-row-tp6306120p6306968.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to