Better put, why does this not work?
var table = $('#example').DataTable();
table.column( 12 )
.search(val === 0 ? val:false)
.draw();
Better put, why does this not work?
var table = $('#example').DataTable();
table.column( 12 )
.search(val === 0 ? val:false)
.draw();