Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

search.dt not turning back on

$
0
0

My document.ready links to the search.dt event:

 $('#gridTable').on( 'search.dt', function (e, settings) {
     console.log("Search event");
     displayRecordCounts();
 } );

I have a reset function where I remove all search criteria. In this function, I turn the search.dt event on and off:

table.off( 'search.dt' ); // Do work
table.on( 'search.dt' );

The problem is that I no longer see the console logging. The event is not triggered.

Any suggestions?

I'm uploading debug information now, but it's been going for close to four minutes:

http://debug.datatables.net/remote/status.php?callback=jQuery21409464308095630258_1436020864637&unique=1436020887580&_=1436020865357

http://debug.datatables.net/remote/status.php?callback=jQuery21409464308095630258_1436020864637&unique=1436020887580&_=1436020865398

.... etc


Viewing all articles
Browse latest Browse all 2364

Trending Articles