Is this the correct way to add custom data in specific column? #2753
Unanswered
cooperinho
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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