You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When open a Filter and typing something into the search field, then the filter gets applied after each typed character. A 6-character-word fires 6 searches, where the table needs 2 seconds per character.
Is it possible to add a wait-thing, so it will only fire the search when user hasn't typed something within 2 seconds? Or is it possible to add this with plain jquery?
The text was updated successfully, but these errors were encountered:
We have a Table with 1000 cells.
When open a Filter and typing something into the search field, then the filter gets applied after each typed character. A 6-character-word fires 6 searches, where the table needs 2 seconds per character.
Is it possible to add a wait-thing, so it will only fire the search when user hasn't typed something within 2 seconds? Or is it possible to add this with plain jquery?
The text was updated successfully, but these errors were encountered: