Hi again
sometimes looking into the documentation helps ;-)
https://datatables.net/reference/option/columns.render
This works:
{
targets: 6,
data: "addressStreet",
render: function (data, type, row, meta) {
return row.addressStreet + " " + row.addressNumber;
}
Thank you for input. Closing this case
/Michael
Hi,
record is just the variable/placeholder for the addressStreet data. I contains the value from there.
So what I need is somehow to get the record/row element from the datatable.
/Michael
Thank you
after first manual compile - it looks like the process automated.
The conversion of the LESS goes to the "compilerconfig.json".
So with new LESS files is it always necessary to either manual compile the first time og write to the "compilerconfig.json"
Hi,
I am not quite sure of what the solution in that post is :-)
I can manually compile th LESS file by right-clicking and selecting Web Compiler...
Thank you :-)
Sorry - i thought i did it...
now it is working :-)
Thank you