Elgg\Views\TableColumn::renderHeading PHP Method

renderHeading() public method

Get the rendered heading cell as HTML. Cell will be auto-wrapped with a TH element if the returned string doesn't begin with "
". You must filter/escape any user content.
public renderHeading ( ) : string
return string e.g. "Title" or "Title
    public function renderHeading();