setName('simple'); $this->disableCreateButton(); $this->disableActions(); $this->disableExporter(); $this->disablePerPages(); $this->disableBatchActions(); $this->disableFilterButton(); $this->rowSelector()->click(); Content::composing(function (Content $content) { $content->simple(); }, true); } protected function setupFilter() { parent::setupFilter(); $this->filter->panel(); } }