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
Hi.
Let's say i have model User(id, first_name, last_name) and an instance method called full_name
In data method I can use record.full_name in order to combine first_name and last_name. But I get a problem when trying sort and search on this column. Is there any way to let me do that?
The text was updated successfully, but these errors were encountered:
Hi.
Let's say i have model
User(id, first_name, last_name)
and an instance method calledfull_name
In
data
method I can use record.full_name in order to combinefirst_name
andlast_name
. But I get a problem when trying sort and search on this column. Is there any way to let me do that?The text was updated successfully, but these errors were encountered: