-
Unanswered: Column header
Unanswered: Column header
Hi, in gxt 2.2.5 i formatted the column header, for example :
dateColumn.setHeader( "Date off<br/>change")
With gxt3.0 the string the <br/> as well is displayed instead off a multiline header.
How can I solve this?
Marcel
-
You will need to use SafeHtml and do not pass it in as String.
-
I tried that but it doesn't help
SafeHtmlBuilder b= new SafeHtmlBuilder();
b.appendEscaped("Type<b>Formaat</b>");
format.setHeader(b.toSafeHtml());
-
Because you are escaping it now directly.
SafeHtmlUtils.fromTrustedString is what you are looking for.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us