瀏覽代碼

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();
     }
 }