mehdi-zarrin

Results 2 issues of mehdi-zarrin

Hi, i have the below code in my controller : ``` $users = User::select(['id' , 'username', 'first_name', 'last_name', 'email']); return Datatables::of($users)->make(true); ``` it's works fine for 5 records :) but...

wontfix

Hi, Thank you for you great package, unfortunately i couldn't find sort function. i would like to write query like below : ``` { "query": { "match": { "feed_type": {...