extjs4 - ExtJS: Making an image as a column header -
is possible in extjs 4.0 set column header image, or custom rendered html?
the api column text says:
text : string
the header text used innerhtml (html tags accepted) display in grid.
which means can pass in <span class="myspan"></span> , define css class has background image.
edit: here example: http://jsfiddle.net/hsvj8/102/
Comments
Post a Comment