stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 236 forks source link

[IMP] filtering: Prevent search triggered on tab keyup #920

Open emullaraj opened 5 years ago

emullaraj commented 5 years ago

Tab key is usually used to jump between inputs and it should not be triggering the keyup search event as it will not change the search result.