Update index.md

This commit is contained in:
neugartf 2014-11-21 19:17:10 +01:00
parent 7bf3cf9a31
commit 446de3a299
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ existing records than a basic autocomplete. It uses the search context construct
class to provide the search form.
```php
$grid->getConfig()->addComponent(new GridFieldAddExistingSearchButton()));
$grid->getConfig()->addComponent(new GridFieldAddExistingSearchButton());
```
Inline Editing