Issue 1953: columnFormat htmlEscape ?
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by enax...@gmail.com, Aug 9, 2013
Since 1.6.2, htmlEscape is apply on columnFormat. Why is that ?

In my case it was usefull to insert spans in which I put the total number of events in for each day.
Aug 9, 2013
#1 enax...@gmail.com
In fact, it doesn't work either for basic views with 1.6.0 since it uses text() and not html() anymore.
Aug 25, 2013
Project Member #2 adamrs...@gmail.com
escaping HTML is consistent with many other options now. for the feature you describe, it is probably best to do it in the `viewRender` callback
Status: Done