We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214d4f0 commit 0564825Copy full SHA for 0564825
upgrade.md
@@ -8,7 +8,7 @@
8
- php artisan vendor:publish --tag=datatables-buttons --force
9
10
### XSS Protection
11
-All columns are now escaped by default to protect us XSS attack. To allow columns to have an html content, use `rawColumns` api.
+All columns are now escaped by default to protect us from XSS attack. To allow columns to have an html content, use `rawColumns` api.
12
13
```php
14
Datatables::of(User::query())
0 commit comments