I have issue to present fake column as a real column.
My model have name attribute which is creates record name by other relationships, i wanna present this value as "name" column in table, how i can do that? it is possible?
Actual situation is: Now Query builder searching column name which don't exists.
Hi,
I have issue to present fake column as a real column.
My model have
name
attribute which is creates record name by other relationships, i wanna present this value as "name" column in table, how i can do that? it is possible?Actual situation is: Now Query builder searching column
name
which don't exists.