} else {
table_dt
.column(i)
.search( '^'+this.value+'$', true, false )
.search( this.value.length ? '^'+this.value+'$' : '', true, false )
.draw();
}
-