mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Remove table filter from modeladmin search results
This commit is contained in:
parent
5eef837ce8
commit
f367db2904
@ -121,7 +121,7 @@ abstract class ModelAdmin extends LeftAndMain {
|
||||
$list,
|
||||
$fieldConfig = GridFieldConfig_RecordEditor::create($this->stat('page_length'))
|
||||
->addComponent(new GridFieldExportButton())
|
||||
->removeComponentsByType('GridFieldFilter')
|
||||
->removeComponentsByType('GridFieldFilterHeader')
|
||||
);
|
||||
|
||||
// Validation
|
||||
|
Loading…
Reference in New Issue
Block a user