开发者

how to make table with jquery?

hai.all..can you tell me how to make table in jquery?

i want using this plugin for showing all data which have been input from database.. i use SELECT * FROM inspection_report for showing data table inside process.ph开发者_开发知识库p file... how to combine with it??


If your creating from scratch you could do something like:

$('<table><tr>...</tr></table>').appendTo('body');

However I think you might be thinking of a data-grid. Check out this url for some good data-grid plugins: http://php-team.blogspot.com/2009/05/10-jquery-datagrid-plugins.html


You can make a table in HTML and enhance it with jQuery.

edit: You can look at Ben Rowe's post in regards to jqGrid.

As for the PHP part of the question. There are a few articles on the web that cover the PHP and MYSQL interaction process nicely.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜