Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Sep 8, 2020
1 parent 08ff982 commit 20bef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DataGrid allows you to export the data via `$grid->addExportCallback()`. The par
$grid->addExportCallback($text, $callback, $filtered = false);
```

You can tell whether to use ajax or not (`->setAjax()`). Or a button title (`->setTitle('Title')`).
You can tell whether to use ajax or not (`->setAjax()`). Or a button title (`->setTitle('Title')`). Or target (`->setTarget('_blank')`).

## CSV export

Expand Down

0 comments on commit 20bef77

Please sign in to comment.