vuestic-ui
vuestic-ui copied to clipboard
Datatable filter must be debounced
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
I'm not sure that's needed. Also not sure on implementation if we do.
Let's not add props for debounce, we can implement an example with debounce instead.
In example we can emulate api request with debounce.