DataTables / SearchPanes

SearchPanes extension for DataTables
https://datatables.net
Other
19 stars 10 forks source link

Search field result included rendering html content instead of just the data #23

Closed coolblades closed 3 years ago

coolblades commented 3 years ago

As you can see from the image here, I typed in span and the nothing is filtered out. it is because the searching is rendering html and not just data itself.

image

Perhaps the columnDefs for data: 'display' should check for type of 'filter' and returning just the data.

SandyDatatables commented 3 years ago

Hi @coolblades ,

Thanks for pointing this out. Something isn't right there. I've raised an issue internally (DD-1843 for my reference) and will report back here when there is an update.

Thanks, Sandy

coolblades commented 3 years ago

Thanks!

SandyDatatables commented 3 years ago

Hi @coolblades ,

That should be the issue fixed now. Thanks again for pointing it out to us.

I've passed the issue over to Colin to test out internally and will report back here and close the issue when he is happy.

Thanks, Sandy

SandyDatatables commented 3 years ago

Colin has had a look now and is happy so I am going to close this now.