1.10.0 - .column(index).search('data-filter="true"').draw() not working

1.10.0 - .column(index).search('data-filter="true"').draw() not working

woolyninjawoolyninja Posts: 2Questions: 2Answers: 0

So in 1.9 I was able to have a column with content like <span data-filter="true/false">misc content</span>

I could then use an fnFilter on the column with 'data-filter="true"' and it would only show the rows where data-filter="true" existed. That's no longer working in 1.10.0? I have the column type set up as 'string' which is supposed to just read the entire contents of the column.

Any suggestions?

This discussion has been closed.