@@ -25,7 +25,7 @@
if(!!term) {
trs.each(function () {
let td = $(this).find('td:eq(' + columnIndex + ')'),
- text = td.html();
+ text = td.text();
if (text.toLowerCase().indexOf(term) === -1) {
$(this).addClass('stag-filter-hide');
}