开发者

How to distribute rows of a long table on multiple pages in html

开发者 https://www.devze.com 2023-03-03 02:53 出处:网络
i\'m new in web development, i have开发者_开发技巧 a problem to handle the long table. I have a page where have large number of rows it will not look so good to display them on one 1 page. i want to d

i'm new in web development, i have开发者_开发技巧 a problem to handle the long table. I have a page where have large number of rows it will not look so good to display them on one 1 page. i want to distribute these rows on multiple pages, like if i have 24 rows i want to display only 3 rows on a page so with this complete table will shown on 8 pages. so is there have any way to do this & how?

Thanks in advance


You need a pagination technique. There a different techniques for different languages.

You might use a server (e.g. with php) or client side pagination technique (e.g. with jQuery). See this jQuery example http://web.enavu.com/demos/paginate/

0

精彩评论

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