We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8a441 commit 721e398Copy full SHA for 721e398
app/assets/javascripts/effective_datatables/initialize.js.coffee
@@ -86,7 +86,7 @@ initializeDataTables = (target) ->
86
scrollCollapse: true
87
createdRow: (row, data, dataIndex) ->
88
console.log(data[3])
89
- if data[3] == '76'
+ if data[3] == 'Yes'
90
$(row).addClass 'important'
91
pagingType: 'simple_numbers'
92
initComplete: (settings) ->
0 commit comments