{
"title": 'Traffic',
"name": 'observium',
"data": null,
"visible": true,
"orderable": false,
"searchable": false,
"render": function ( data, type, row, meta ) {
var cell_str = '';
cell_str = cell_str + '\''
cell_str = cell_str + '>';
return cell_str;
}
}