webinarium / DataTablesBundle

Symfony bundle for DataTables plugin.
MIT License
16 stars 9 forks source link

Allow request body parameters (POST) for custom data #3

Closed aligalipcamli closed 7 years ago

aligalipcamli commented 7 years ago

When I use DataTables Ajax with type POST, I cannot get customData since customData is only available through query parameters. Therefore I need to check whether the request is POST or GET. If it is POST request then all parameters are in $request->request->all()instead of $request->query->all().