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
I wanted to use filter-control plugin and I've noticed that there are 2 identical AJAX queries made if I add any filter. I did some quick debugging and it turns out that the first one is fired by this.onSearch(event); after that this.updatePagination(); is called and it also causes AJAX query to the server.
I commented out the this.updatePagination() for now. There might be a bad effect but so far everything works for my purpose - select filter, pagination.
I wanted to use filter-control plugin and I've noticed that there are 2 identical AJAX queries made if I add any filter. I did some quick debugging and it turns out that the first one is fired by
this.onSearch(event);
after thatthis.updatePagination();
is called and it also causes AJAX query to the server.https://github.com/wenzhixin/bootstrap-table/blob/master/src/extensions/filter-control/bootstrap-table-filter-control.js#L434
The text was updated successfully, but these errors were encountered: