Is it possible to add new column in datatable?
Is it possible to add new column in datatable?
bhatt_axay
Posts: 46Questions: 12Answers: 3
Hello,
I want to add new column in datatable and add action like edit and delete button in same column. Is it possible? If yes, than how?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Here is an example. You need to use
columns.data
andcolumns.render
orcolumns.defaultContent
.Allan