Skip to content

Commit

Permalink
fixup! Update rudder-datatable.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed May 15, 2024
1 parent 2547044 commit 78a4233
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ $.fn.dataTable.ext.search.push(
var obj = JSON.parse(param);
var score = obj.score


console.log(score)
console.log(settings.aoColumns)
// look for the compliance column

var result = true
if (score !== undefined) {
var complianceCol = settings.aoColumns.find(a => a.data == "score.score");
Expand Down

0 comments on commit 78a4233

Please sign in to comment.