首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > jQuery插件的服务器端脚本的数据表

jQuery插件的服务器端脚本的数据表

资 源 简 介

Description This is a class written in PHP designed to handle the server-side processing of DataTables jQuery plugin. It takes the parameters passed by the DataTables plugin, like the columns names and number of results per page, and build the queries to database automatically. Usage HTML:
Title Date
Javascript: $("#results").dataTable({ bServerSide: true, sAjaxSource: "?action=getTableData", aoColumns: [ { "sName": "title" }, { "sName": "date" } ]}); MySQL: CREATE TABLE `Records` ( `title` VARCHAR(100) NOT NULL, `date` DATETIME NOT NULL) To call

文 件 列 表

DataTables.MySQLi.php
VIP VIP
0.193408s