Use of multi_filter with Laravel

Use of multi_filter with Laravel

matixmatix Posts: 1Questions: 1Answers: 0
edited June 2016 in Free community support

Hello !
After few hours of trying, i hope you'll be able to help me :)

I actually is Laravel DataTables (with http://datatables.yajrabox.com/). All is ajax, coming from my API controllers and repositories. I want to implement this : https://datatables.net/examples/api/multi_filter.html, but i dont understand if i need to implement a server-side filtering with the inputs value, or if it's automatic.

Also, i found http://yadcf-showcase.appspot.com/server_side_source.html, i tried to implement, buttons appear but result is the same than with DataTables multi_filter example. I see the datatable refreshing, but to always display the default onload results. From the HTTP request made by jQuery, i cannot see my paramters, with any of the two solution (even with column.search('value')... logging it just after, it's empty).

About the Laravel Datatable package, there is an example of what i would like to do here : http://datatables.yajrabox.com/eloquent/post-column-search but it need some serverside processing... I still have some hope ^^

Do i need to implement some server-side manipulation ? Is there anything already existing to handle those ? Thx !

This discussion has been closed.