"searchable": true,
"orderable": true,
"render": function( data, type, row, meta ) {
return escape_str(categories_map[data.toLowerCase()].description);
return escape_str(categories_map[data.toLowerCase()]?.description);
}
[% CASE 'dateexpiry' %]
-