2016-01-13



Introduction

In the previous article, I have explained how to Implement datatables in AngularJS and asp.net mvc. Today we will see datatables server-side paging, sorting and filtering in angularjs and asp.net mvc.

In the previous article, I have implemented very basic datatable in angularjs application where we fetched all the data from a server at once and done pagination, sorting, instant searching at the client side. This can be a performance issue fetching a large amount of data from server side at once. To resolve this performance issue, I am going to show you datatables server-side paging, sorting and filtering in angularjs and asp.net mvc application in this article.

Read more ยป

Show more