Skip to content

Commit d8dff5a

Browse files
committed
added XSS filtering method
1 parent a6f5987 commit d8dff5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This package is created to handle [server-side](https://www.datatables.net/manua
2828
- Decorate your data output using [`league\fractal`](https://github.com/thephpleague/fractal) Transformer.
2929
- Works with Laravel Dependency Injection and IoC Container.
3030
- 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.
3132

3233
## Buy me a beer
3334
<a href='https://pledgie.com/campaigns/29515'><img alt='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

Comments
 (0)