jQuery中的dataTable和datagrid视图之间的区别 [英] Difference between dataTable and datagrid view in jquery

查看:274
本文介绍了jQuery中的dataTable和datagrid视图之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

实际上我想知道jquery

actually i want to know that what is the difference between datatable and datagrid view in jquery

推荐答案

中的datatable和datagrid视图有什么区别?当我重新阅读您的问题时,发现您写了"datagrid视图",该视图在ASP.NET中不存在.它的DataGrid或GridView.在Winforms中,我们有DataGridView.

因此,我查看并发现了以下内容:
DataGrid视图-jQuery EasyUI [用于jQuery Javascript库的DataTables插件 [ ^ ]
jQuery插件数据表 [
When I re-read your question, I found you wrote "datagrid view" which is not there in ASP.NET. Either its DataGrid or GridView. In Winforms, we have DataGridView.

So, I looked and found these:
DataGrid View - jQuery EasyUI[^]
DataTables plug-in for the jQuery Javascript library[^]
jQuery Plugin DataTable[^]

Based on them, DataTables is a jQuery plugin which lets you very easily add dynamic features to any "table" tags on a web-page, providing various features WHEREAS DataGridview too is a jQuery plugin for EasyUI framework. At base, both looks doing similar stuff. May be few differences can be find at the time of implementation. Based on the examples, both has similar features (just different name) with good amount of client features.


DataGridView是一个控件,可从DataTable,DataView或Dataset获取数据.
DataTable是一个内存表.
DataSet是DataTable对象的集合.
DataGridView is a control which gets data from DataTable, DataView or Dataset.
DataTable is an in-memory table.
DataSet is a collection of DataTable objects.


这篇关于jQuery中的dataTable和datagrid视图之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆