I have a problem with >
and jquery datatable shows '>' fine but when I click on the row I get the character >
and I'm desperate.
Any solution?
$('#sample tbody').on('click', 'tr', function() {
//console.log(table.row(this).data());
$(".modal-bodya div span").text("");
$(".new span").text(dataTable.row(this).data()[2]);