|
@@ -18,12 +18,10 @@ class SimpleGrid extends Grid
|
|
$this->disableExporter();
|
|
$this->disableExporter();
|
|
$this->disablePerPages();
|
|
$this->disablePerPages();
|
|
$this->disableBatchActions();
|
|
$this->disableBatchActions();
|
|
|
|
+ $this->disableFilterButton();
|
|
|
|
|
|
$this->option('row_selector_clicktr', true);
|
|
$this->option('row_selector_clicktr', true);
|
|
|
|
|
|
- $this->tools->disableBatchActions();
|
|
|
|
- $this->tools->disableFilterButton();
|
|
|
|
-
|
|
|
|
Content::composing(function (Content $content) {
|
|
Content::composing(function (Content $content) {
|
|
$content->simple();
|
|
$content->simple();
|
|
}, true);
|
|
}, true);
|