vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

Datatable filter must be debounced

Open m0ksem opened this issue 2 years ago • 2 comments

datatable filter should wait for user to finish typing or backspaceing (e.g. for 0.7 seconds) before re-initiating filtering -> makes filter unresponsive on big tables or slow devices

m0ksem avatar Aug 28 '22 11:08 m0ksem

I'm not sure that's needed. Also not sure on implementation if we do.

asvae avatar Aug 29 '22 23:08 asvae

Let's not add props for debounce, we can implement an example with debounce instead.

In example we can emulate api request with debounce.

asvae avatar Sep 01 '22 10:09 asvae