jamesdordoy / laravel-vue-datatable

Vue.js Datatable made for Laravel
https://jamesdordoy.github.io/laravel-vue-datatable
MIT License
151 stars 52 forks source link

Apply debounce-delay only to text inputs #113

Closed jlpalaciosb closed 3 years ago

jlpalaciosb commented 3 years ago

debounce-delay should not apply for select inputs or columns sortBy.

debounce-delay only makes sense for wait the user to stop typing.