I have a table that id like to merge two data types into one column, Im not sure how to go about this at the moment and an amount of googling hasnt helped me! I want to merge RjTillId and SparqTillId into one column named Till Id, as you can see they dont overlap so each row would not be affected
Answers
You would use
columns.render
for this. Here is an example:https://datatables.net/examples/advanced_init/column_render.html
Kevin