Details
Description
When the Table component is used and *.setSortable(true) is set, then you could use html tags to format headers of columns. If you turn sorting off using *.setSortable(false) then your html code becomes visible. This is annoying and not logical behaviour. Turning html tags on and off should be separated from setSortable(boolean) operation.