Getting issue while searching the data in datatable

I want to search the Name column in the view search. whatever the keyword entered by the user based on that keyword datable should display the Name data. It’s working perfectly when the user searches the name that is present on the 1st page if I enter the name that is present on the 2nd page it’s not displaying any data. If the user removes the keyword in the search view datable should display all the data along with the pagination.
Here is the code snippet- https://snippet.webix.com/hxl9c3z1

Can anyone please help me with this issue. Thank You in advance