Before reading this post, I recommend you to visit the ng-table official documentation and site and get the basic ng-table working. Below is my api which accepts some grid params like PageNumber PageSize SortColumn SortOrder SearchTerm for simplicity I have not involved database in this example. This api method return a CustomerGridResult object, which has... Read more »
↧