码迷,mamicode.com
首页 > Web开发 > 详细

ASP.NET MVC和jQuery DataTable整合

时间:2015-08-10 00:10:10      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

本文包含代码示例说明如何jQuery插件开发者可以集成到ASP.NET MVC应用程序。

Introduction

The jQuery DataTables plug-in is an excellent client-side component that can be used to create rich-functional tables in the web browser. This plug-in adds lot of functionalities to the plain HTML tables that are placed in web pages such as filtering, paging, sorting, changing page length, etc.

This article shows how the jQuery DataTables plug-in can be integrated into an ASP.NET MVC application. It contains step by step examples that show how the DataTables plug-in interacts with server-side components. 

This article do not cover all possible integration scenarios of JQuery DataTables plugin in ASP.NET MVC application. For other integation scenarios, you might also take a look at the other articles in this serie:

Also, if you want to see all possible configurations of the JQuery DataTables plugin you might take a look at theEnhancing HTML tables using the jQuery DataTables plug-in article where are described many usefull configuration options.

ASP.NET MVC和jQuery DataTable整合

标签:

原文地址:http://www.cnblogs.com/fuqiang88/p/4716514.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!