When i was working on my project, i had to implement search functionality for my project's list. So i wanted to make use of pagination, but when i search for something, i got the result appropriate, but the pagination sort didn't work. I had this error of "undefined variable paginator".
The reason for this, data is which is received by controller ($this->data) is lost afterwards.
So here's the solution for it.
