setName('simple'); $this->disableCreateButton(); $this->disableActions(); $this->disablePerPages(); $this->disableBatchActions(); $this->disableFilterButton(); $this->rowSelector()->click(); Content::composing(function (Content $content) { Admin::style('#app{padding: 1rem}'); $content->full(); }, true); } protected function setupFilter() { parent::setupFilter(); $this->filter()->panel(); } }