You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everythings working fine including proper listing, individual search on each column, pagination and so on. But when sorted by "Entered By" (user) column, it displays following error:
[Semantical Error] line 0, col 95 near 'user asc': Error: Class Application\Entity\Users has no field or association named user
I understand that why this error is happening but how to resolve it. How to customize sort-able columns. I think there must be way to resolve it using doctrine 2 query builder or the other way could be to modify it inside zftable methods. I'm not sure how to resolve it.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Everythings working fine including proper listing, individual search on each column, pagination and so on. But when sorted by "Entered By" (user) column, it displays following error:
I understand that why this error is happening but how to resolve it. How to customize sort-able columns. I think there must be way to resolve it using doctrine 2 query builder or the other way could be to modify it inside zftable methods. I'm not sure how to resolve it.
Thanks for any help.
The text was updated successfully, but these errors were encountered: