public function renderNoDataMessage() { $row = html::row(); $row->add(html::td()->colspan(count($this->children))); $row->lastChild()->add(html::alert('warning', $this->msgDataNoFoundTitle, $this->msgDataNotFoundBody)); return $row->render(); }