소스 검색

fix

update
jqh 5 년 전
부모
커밋
af846dc7f8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/SimpleGrid.php

+ 1 - 2
src/SimpleGrid.php

@@ -15,7 +15,6 @@ class SimpleGrid extends Grid
         $this->setName('simple');
         $this->disableCreateButton();
         $this->disableActions();
-        $this->disableExporter();
         $this->disablePerPages();
         $this->disableBatchActions();
         $this->disableFilterButton();
@@ -31,6 +30,6 @@ class SimpleGrid extends Grid
     {
         parent::setupFilter();
 
-        $this->filter->panel();
+        $this->filter()->panel();
     }
 }