Dynamically setting column alignment
Does this still work for dynamically setting the alignment?
getColumnTemplate(varSelCol).setStyle("text-align", "center");
Anthony
October 4,
Still looking for an answer to this if anyone knows.
thanks.
Anthony
October 11,
In 2.0b1 I try with (and seems to do it):
obj.getCellTemplate(1).setStyle("text-align", "center");
Carlos
October 11,
That does not work for me with 2.0b1.
Anthony
October 12,
It works for me in the latest version
Leandro
December 13,
hmm,
obj.getColumnTemplate
and
obj.getCellTemplate
Are we noting the two differences? As far as i know the second ('getCellTemplate') works fine. Haven't tried with getColumnTemplate.
Md. Sheriff, Drivestream
December 13,