I have created a new custom data source which extends the local Data Source. So that I am able to get all the records in the database. But that's not the case, because I have a thousand records in my database. So the above implementation is not efficient.
Now I tried to implement the server side pagination to it. I have gone through the GitHub ng2-smart-table issues(https://github.com/akveo/ng2-smart-table/issues/30). But I couldn't find the correct solution to it. So could you please help with it.
Thanks in advance.