Merge pull request #69 from neugartf/patch-1

Small readme fix
This commit is contained in:
Marcus 2015-07-27 19:48:18 +10:00
commit 08743ca3a1

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