angularUtils
angularUtils copied to clipboard
Search Limit With Asynchronous Data
Description of issue: Hi! I'm curious. Would it be possible to use search filter to get results not just from a current pagination link but from any pagination link?
Sure it is. Perhaps you are running into this common error when it comes to filtering?
Thank you for your respond @michaelbromley. I've read the documentation and I'm aware of that. Currently when go through data by search string, I get results from an active paginated page only. Probably It may cause it my JSON data structure which is slightly different from the one in example.