standardize variable names
This commit is contained in:
		| @@ -34,7 +34,7 @@ $(document).ready(function() { | ||||
|       }, { | ||||
|         "data": 'mac_count', | ||||
|         "searchable": false, | ||||
|         "render": function(data, type, full, meta) { | ||||
|         "render": function(data, type, row, meta) { | ||||
|           return data.replace(/\B(?=(\d{3})+(?!\d))/g, ","); | ||||
|         } | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user