format_suffix_text_to_column

 
          format_suffix_text_to_column(string $column, string $appended_text)  
This is one of the appearance customization methods supported in Smart Report Engine. It attaches any text you want as a suffix to all records in any column of your report. For example, adding °F or °C to a temperature column.
# 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.
$appended_textThe string that you wish to attach to all records in your column.

# Returns

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