Add new Column at the end
Add new Column at the end

Hello! My question is simple:
Can i add a new Column at the end of my DataTable?
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Hello! My question is simple:
Can i add a new Column at the end of my DataTable?
Thanks!
This question has an accepted answers - jump to answer
Answers
Yes. Just add additional entry to
columns
orcolumnDefs
in DataTable config and HTML th, if applicable.Yes, i did that
thanks for your reply!