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
Description of issue: I have 2 apis, data api (for the initial result, 10 items at a time and paged) and the second, search api (api to search table). When i search on page 1, then search result is displayed just fine but when i navigate to page 2 and search, after the search api is called, the data api is called too thereby reloading the api all over again
Steps to reproduce: Write api to fetch data and search data from api. Navigate to page 2 and search.
Expected result: displays search result irrespective of the page number.
Actual result: displays search result only in page 1. If search is done in page 2, the data api is reloaded after search api.
Hi
Version -> "angular-utils-pagination": "^0.11.1"
Description of issue: I have 2 apis, data api (for the initial result, 10 items at a time and paged) and the second, search api (api to search table). When i search on page 1, then search result is displayed just fine but when i navigate to page 2 and search, after the search api is called, the data api is called too thereby reloading the api all over again
Steps to reproduce: Write api to fetch data and search data from api. Navigate to page 2 and search.
Expected result: displays search result irrespective of the page number.
Actual result: displays search result only in page 1. If search is done in page 2, the data api is reloaded after search api.
Any relevant code:
`
The text was updated successfully, but these errors were encountered: