1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Fix: Search via the API wasn't populating the search input

* This fixes DataTables/DataTables #323
This commit is contained in:
Allan Jardine 2014-05-15 10:09:17 +01:00
parent a68379f7de
commit f7a58ca938
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
b00f14c5c5115a654e163607f5800f2e0227861c 833b492a599bfe7cf6fcd4d1682cc94edcecf943

View File

@ -2675,7 +2675,7 @@
.attr('aria-controls', tableId); .attr('aria-controls', tableId);
// Update the input elements whenever the table is filtered // Update the input elements whenever the table is filtered
$(settings.nTable).on( 'filter.DT', function () { $(settings.nTable).on( 'search.dt.DT', function () {
// IE9 throws an 'unknown error' if document.activeElement is used // IE9 throws an 'unknown error' if document.activeElement is used
// inside an iframe or frame... // inside an iframe or frame...
try { try {