Filtering delay #141
Replies: 2 comments 1 reply
-
Unfortunately we mostly inherited the ServerDataSource and only tried to stabilize it somehow without diving too deep into it. I am quite sure that we would somehow need to debounce this call to fix the issue: It would require some more analysis. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have created ticket #144 for it, we can continue discussion there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
I'm using your library with the ServerDataSource class, and it's been great for enabling date field filtering by users. However, I've run into a bit of an issue where the text in the input field disappears while users are typing. Oddly, I noticed this behavior in your official documentation as well.
I'm curious if there's a way to introduce a delay in the GET request to help with this problem. Any suggestions would be awesome!
Thanks for your quick response and for maintaining this awesome library!
Beta Was this translation helpful? Give feedback.
All reactions