https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35396 Bug ID: 35396 Summary: Replace Datatables' column filters throttling with input timeout Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: lmstrand@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Throttling datatables filtering shoots unnecessary filtering events when a user begins typing to a filter field and during typing. To make the system feel more responsive and get rid of excess filtering events we could replace throttling with an input timeout and wait until x milliseconds have passed when the user has stopped typing into the filter field. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.