You can see in this fiddle that I\'m looking for a solution that lets me join a couple of JSON fields in the same Datatables column. This is the solution I foun
This is more elegant if you HAVE to specify which items you want
function cFL(string) { return string.charAt(0).toUpperCase() + string.slice(1); } "render": function(data, type, full) { var x = [], y=["container-title","volume","issue","page"]; for (var i=0;i