Is this the correct way to add custom data in specific column? #2753
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.
-
I want to combine 2 database columns to one Yajra column.
this is how I do it:
First, I set the columns in
getColumn()
:Then I add column in
dataTable()
with empty content:Then I render it using
columnDefs
:Or there is a better way to do it?
Beta Was this translation helpful? Give feedback.
All reactions