Hi Michael, Check source & API of http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.IRowRenderer & http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.rowrenderer.Default . You can make your custom row renderer and set table row renderer by property http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.Table~dataRowRenderer
You can attach records of modified rows to raw data in any subclass of http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.model.Abstract . Ian Horst Michael Helwig wrote: > Hi, > is there a way to change the style of a specific table row at runtime? > I'd like to mark rows where the user entered new data, e.g. by > changing its color, but I cannot figure out how to to this. I do not > really understand where the row colors are defined and how that can be > changed (at runtime). Could anybody give me a hint how to do that, if > it is possible? > Thanks in advance, > > Michael > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
