Hi,
Is it possible for datatables to retrieve a set of columns and then generate a new column combining values of previously retrieved ones?
As this is best explained with an example, I would have a datatables with columns ADDRESS and TOWN and ZIP, and I would like to generate a single column combining values so its value would be: "ADDRESS\nTOWN ZIP". Maybe some "columnDefs:"?
Is that actually possible?
Thanks,