Skip to content

Commit

Permalink
small typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rattuscz authored and paveljanda committed Oct 16, 2020
1 parent 038cd34 commit cdd4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ $grid->setRefreshUrl(false); // Or enabled again: $grid->setRefreshUrl(true);

## Auto submit

DataGrid filter is submitted automatically after keypress (there is of course a little delay). If you want to desable that feature and use customizable submit button insted, use this code:
DataGrid filter is submitted automatically after keypress (there is of course a little delay). If you want to disable that feature and use customizable submit button instead, use this code:

```php
$grid->setAutoSubmit(false);
Expand Down

0 comments on commit cdd4efd

Please sign in to comment.