I'm trying to have Datatables group records as per this example but need to have the grouping done based on a combination of two fields in the table. I saw another post here mentioning that this could be done with a GetFormatter but I can't make heads or tails from the documentation
I'd like to create a new field "Applications.FullName"
that would consist of "Applications.Name" + " " + "Applications.Version"
Many thanks!