laravel4-datatables-package
laravel4-datatables-package copied to clipboard
Server-side handler of DataTables Jquery Plugin for Laravel 4
Hi there, Currently I'm using https://github.com/jenssegers/Laravel-MongoDB to integrate MongoDB. When I try: $users = User::all(); I get: Call to undefined method Illuminate\Database\Eloquent\Collection::getQuery() Any ideas?
Hello. I have some problems with complex queries with DISTINCT and JOIN Please fix the count funcion in Datatables.php // Replace if( !preg_match( '/UNION/i', $myQuery->toSql() ) ) // Whit if(...
I want the search filter to be case_insensitive by default. I see that you have already think of it in your source but when I publish the configuration file of...