28 $this->renderer = $renderer;
29 $this->heading = $heading;
36 return $this->heading;
43 return call_user_func($this->renderer,
$item,
$type, $item_vars);
Table column rendered by a function.
__construct(callable $renderer, $heading)
Constructor.
renderHeading()
{Get the rendered heading cell as HTML.Cell will be auto-wrapped with a TH element if the returned st...
renderCell($item, $type, $item_vars)
{Render a value cell as HTML.Cell will be auto-wrapped with a TD element if the returned string doesn...
if(! $display_name) $type
A renderer for a column of table cells and a header.