CompleteLister::renderDataRow PHP Method

renderDataRow() public method

Render data row.
public renderDataRow ( )
    public function renderDataRow()
    {
        $this->formatRow();
        $this->template->appendHTML($this->container_tag, $this->rowRender($this->row_t));
    }