duanlan7239 2016-01-20 18:00
浏览 6

php动态数据到Html表[关闭]

I have a php file that set an array of values and a table into a html page. I would like to insert the php data into this table with a limit 15 of rows so when the data reaches the limit, continue on an adjoining table: Tables structure

Could JQuery be a good option to get this?.

  • 写回答

4条回答 默认 最新

  • doufan3958 2016-01-20 18:07
    关注

    Not sure if you mean by "adjoining" literally "next to it" but I've used jQuery Datatables for pagination of data and it has worked out well. You may want to modify your PHP to output the data into a JSON format, or perhaps even make the data-fetch a separate query back to the server.

    评论

报告相同问题?