SMART datagrid v.1 > Classes > ColumnHeader

Back  Forward

DataLudi.ColumnHeader.imageUrl  property

The URL of image being displayed in column header. 

If imageList has been set in Grid Header, you can also specify imageIndex to display the image. If set this property value as a non-empty value, imageIndex will be ignored. 

Defaults to null.

Getter
function imageUrl(): String
Setter
function setImageUrl(value: String)
Code -1
    column.header().setImageUrl("/img/1.png");
Code -2
    column.setHeader({
        imageUrl : "/img/1.png"
    });
See Also
imageIndex
imageLocation
imageGap
imageOffset
Examples
Column Headers