using jquery datatable for server side processing with paging, filtering and search

后端 未结 6 515
太阳男子
太阳男子 2020-12-25 15:16

I need to use the jquery datatable server-side processing (http://datatables.net) for my asp.net mvc (C#) application.

My application has thousands of records to sho

6条回答
  •  情书的邮戳
    2020-12-25 16:20

    https://github.com/johannes-brunner/DataTables-ASP.NET-MVC

    This is an example project, you can download it and by debugging get a feel for how DataTables works with .NET MVC. It helped me get find footing in the topic.

提交回复
热议问题