Skip to content

Commit

Permalink
Fixed typo inline-edit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RYUcze authored Jun 28, 2023
1 parent fba7cf0 commit 37ce0fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .docs/inline-edit.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Table of contents

- [Inline editing](#inline-editing)
- [Small inline editing](#small-inline-editing)
- [Different input types and element attributes](#different-input-types-and-element-attributes)
- [Render different content then is edited](#render-different-content-then-is-edited)
- [Big inline editing](#big-inline-editing)
- [What happens after editing](#what-happens-after-editing)
- [Show non editing Columns](#show-non-editing-columns)
- [Small inline editing](#small-inline-editing)
- [Different input types and element attributes](#different-input-types-and-element-attributes)
- [Render different content then is edited](#render-different-content-then-is-edited)
- [Big inline editing](#big-inline-editing)
- [What happens after editing](#what-happens-after-editing)
- [Show non editing Columns](#show-non-editing-columns)

# Inline editting

Expand Down Expand Up @@ -118,7 +118,7 @@ $grid->getInlineEdit()->onSubmit[] = function($id, Nette\Utils\ArrayHash $values

### What happens after editing

By default, after submitting inline edit, the row is redrawed and the green animated background is triggered. Bud if you want to do something else, you can, just create new listener to event `InlineEdit::onCustomRedraw()`:
By default, after submitting inline edit, the row is redrawn and the green animated background is triggered. Bud if you want to do something else, you can, just create new listener to event `InlineEdit::onCustomRedraw()`:

```php
/**
Expand Down

0 comments on commit 37ce0fc

Please sign in to comment.