question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

exResetAllFilters doing many Ajax requests

See original GitHub issue

When calling yadcf.exResetAllFilters(dt) many ajax requests are sent in the same time. From what I see you have 1 request per filter. If you disable redraw you gain 1 request but still have many requests.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
vedmackcommented, Apr 20, 2019

Please post a link to a test page

On Sat, Apr 20, 2019, 15:35 Nicolas Rodriguez notifications@github.com wrote:

Hi! Can you please reopen this issue?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/vedmack/yadcf/issues/448#issuecomment-485110171, or mute the thread https://github.com/notifications/unsubscribe-auth/AAM2EX2C5OBG7KBXG5MGMCTPRMEXNANCNFSM4EV5F7AQ .

1reaction
n-rodriguezcommented, Apr 20, 2019

Hi! Can you please reopen this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wait until all jQuery Ajax requests are done? - Stack Overflow
If you don't know in advance how many ajax arguments you need to wait for (i.e. ... Do note that it will wait...
Read more >
6 Different ways to do Ajax calls in JavaScript - Medium
This article covers the information about the latest list of various options to make AJAX calls. To keep it simple, let's focus on...
Read more >
Getting started - Developer guides - MDN Web Docs
This article guides you through the AJAX basics and gives you some simple hands-on examples to get you started.
Read more >
jQuery.ajax() | jQuery API Documentation
A set of key/value pairs that configure the Ajax request. ... Cross-domain requests and dataType: "jsonp" requests do not support synchronous operation.
Read more >
Multiple Simultaneous Ajax Requests (with one callback) in ...
What's the best way to do that? Ajax calls in jQuery provide callbacks: $.ajax({ statusCode: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found