format_link_column

 
          format_link_column(string $column)  
This is one of the appearance customization methods supported in Smart Report Engine. It displays a column in your report as clickable hyperlinks! This method is meant to be helpful if you have URLs stored in columns in your MYSQL database and you want to show this column in your report as clickable hyperlinks.
# This method is exclusive to the commercial edition and is not supported in the community edition .

# Parameters

Parameter Description
$columnThe name of the column that you wish to customize.

# Returns

This method returns the calling object, so it can be chained with other methods in the ‘ReportOptions’ class