How to access column data on editColumn? #2754
Unanswered
cooperinho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get an
account_id
field from the query and I want to also add theaccount_name
from another table based on this id in the same cell.I have:
I need to be able to somehow add the account name based on the id. So maybe add
Account::find(data)->name
, and then make thecontent
parameter as(account_id . " " . "account_name")
But couldn't find out how to actually do it
Beta Was this translation helpful? Give feedback.
All reactions