Hi Daniel,
the firebug message indicates that there either is a syntax error in
"MultilineHeaderCell.js" or you have missed to rebuild the application.
Calling "./generate source" should inform you about any syntax errors
and will rebuild your application.
Besides that, the "setHeaderCellRende
Hello,
I added these lines in the Application.js, which is the same file where I
define the table and all other widgets. Or should I define the header cell
renderer in the remote table class extension - that would not make sense to me.
I changed the namespace,the class looks like this now:
qx.
Many thanks for your answer Jonathan - somehow I don't seem getting it right...
I created a new class at
source/class/pricecmp/ui/table/headerrenderer/HeaderCell.js, containing the
following code:
qx.Class.define("pricecmp.ui.table.headerrenderer.HeaderCell",
{
extend : qx.ui.table.headerrend