CompleteLister::renderDataRow PHP 메소드

renderDataRow() 공개 메소드

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