You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ This package is created to handle [server-side](https://www.datatables.net/manua
28
28
- Decorate your data output using [`league\fractal`](https://github.com/thephpleague/fractal) Transformer.
29
29
- Works with Laravel Dependency Injection and IoC Container.
30
30
- Provides a [DataTable Html Builder](http://datatables.yajrabox.com/html) to help you use the package with less code.
31
+
- Provides XSS filtering function to optionally escape all or specified column values using `escapeColumns('*'\['column'])` method.
31
32
32
33
## Buy me a beer
33
34
<ahref='https://pledgie.com/campaigns/29515'><imgalt='Click here to lend your support to: Laravel Datatables and make a donation at pledgie.com !'src='https://pledgie.com/campaigns/29515.png?skin_name=chrome'border='0' ></a>
0 commit comments