jQuery的表格扩展插件 jTable
发布时间:2014-06-20 编辑:www.jquerycn.cn
jTable 是一个 jQuery 插件用来创建基于 Ajax 的 CRUD 表格,无需进行 HTML 和 JavaScript 编码。 主要特性包括: Automatically creates HTML table and loads records from server using AJAX. Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data t
jTable 是一个 jquery 插件用来创建基于 Ajax 的 CRUD 表格,无需进行 HTML 和 JavaScript 编码。
主要特性包括:
Automatically creates HTML table and loads records from server using AJAX.
Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page.
Creates 'edit record' jQueryUI dialog form. When user edits a record, it updates server using AJAX and updates all cells on the table in the page.
Allow user to 'delete a record' by jQueryUI dialog based confirmation. When user deletes a record, it deletes the record from server using AJAX and deletes the record from the table in the page.
Shows animations for create/delete/edit operations on the table.
Supports server side paging using AJAX.
Supports server side sorting using AJAX.
Supports master/child tables.
Allows user to select rows.
Exposes some events to enable validation with forms.
It can be localized easily.
All styling of table and forms are defined in a CSS file, so you can easily change style of everything to use plugin in your pages. CSS file is well defined and commented.
It comes with pre-defined color themes.
It is not depended on any server side technology.
It is platform independed and works on all common browsers.
您可能感兴趣的文章:
jQuery的表格扩展插件 jTable
jQuery表格插件 MagicGrid
Magic Grid Combobox
jQuery表格插件 DataTables
基于jQuery的表格操作插件
jQuery的文本编辑框扩展插件 TextExt
jQuery表格排序插件 tablesorter
表单验证插件 jQuery formValidator
JavaScript交互式图表工具包 JointJS
FCKEditor的jQuery插件 jEditor
上一篇:jQuery Tipbox
下一篇:jQuery Timecloud
[关闭]