$(document).ready(function() {
$('#example').DataTable({
"ajax": "https://api.jsonbin.io/b/619557680ddbee6f8b0d6ba8/1",
"columns":
[
{"data": "Person"},
{"data": "Notes"},
{"data": "Labels"},
{"data": "City "},
]
});
});
"Person": "Brian Cherry",
"Notes": "",
"Labels":...