Search Box Datatables IE Web Control

Search Box Datatables IE Web Control

rhindrhind Posts: 5Questions: 0Answers: 0
edited November 2012 in General
Hi,

I'm using the Datatables inside an IE Web Control and I noticed the search/filter box doesn't work despite it working in all browsers including IE proper.

I've narrowed it down to this section of the library:

jqFilter.bind( 'keyup.DT', function(e) {
/* Update all other filter input elements for the new display */
var n = oSettings.aanFeatures.f;
var val = this.value==="" ? "" : this.value; // mental IE8 fix :-(

for ( var i=0, iLen=n.length ; i
This discussion has been closed.