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:
parent
a68379f7de
commit
f7a58ca938
@ -1 +1 @@
|
|||||||
b00f14c5c5115a654e163607f5800f2e0227861c
|
833b492a599bfe7cf6fcd4d1682cc94edcecf943
|
||||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user