-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting with Callback #193
Comments
Can you post the error? I have tons of aliases and they work. |
Here it is, BTW, I am using SQL Database
it throws: But if i set like this:
I cant able to get the value for created_at. I have fixed this issue by overriding the Sorter.php class and added SortingCallback
Thanks, Please let me know if you have any suggestion on this. |
the query in the first post is different from the second one. I contains can you post/check the query? I think that if you define only 1 time the field |
I have a issue with Eloquent Model with multiple table join and its column collected in a alias name.
In the Query:
I can't able to do the sortable on the created_at column, because it wont take alias a.created_at on the fieldname. I hope i can do this if i have Sortable Callback available on the library.
Please help me. How to solve this case?
The text was updated successfully, but these errors were encountered: