Merge columns #742
Answered
by
BenOussama180
DZ4-Miguel
asked this question in
Q&A
-
Hello, is it possilble to join two columns together as in my example? become like this: thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
BenOussama180
Dec 4, 2022
Replies: 1 comment
-
just put it in the closure ? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
luanfreitasdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just put it in the closure ?
->addColumn('full_name', function (Model $model) { return $model->name . ' ' . $model->first_name; })