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
There is no such delay in the component's documentation using client side sorting/paging (nzCurrentPageDataChange for example, for obvious reason).
I think this debounce should be configurable.
vthinkxie
pushed a commit
to vthinkxie/ng-zorro-antd
that referenced
this issue
Apr 24, 2020
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-bdsixw
Steps to reproduce
In the linked StackBlitz, switch to another page of the table and look at "Last delay : X" at the top of the page.
What is expected?
Almost no delay between the user's click and the call to nzQueryParams.
What is actually happening?
There is a delay between the user's click and the call to nzQueryParams (nzQueryParams_call_time - last_click_time_on_document ~= 300)
The text was updated successfully, but these errors were encountered: