700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > ASP.NET MVC和jQuery DataTable整合

ASP.NET MVC和jQuery DataTable整合

时间:2024-02-18 06:20:58

相关推荐

ASP.NET MVC和jQuery DataTable整合

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

下载源代码- 87.4 KB

Introduction

The jQueryDataTablesplug-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 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 MVC application. For other integation scenarios, you might also take a look at the other articles in this serie:

Part 2 -Implementation of CRUD functionalities (add, inline edit, delete) using DataTable in MVCwhere I have described how you can add data management (CRUD) functionalities such as adding, deleting and editing rows,Part 3 -Reloading content of data tables in MVCwhere I have shown how you can reload DataTable content using Ajax,Part 4 -Creating an expandable master-details tablewhere I have shown how you can implement opening details row when regular row is selected,Part 5 -jQuery DataTables Advanced Filtering in MVC- in this article is shown how you can implement advanced filtering,Part 6 -Table Row Drag and Drop in MVC- in this article is descibed how you can use drag'n'drop row reordering.

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-inarticle where are described many usefull configuration options.

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。