Is it possible to Paginate a table using jquery?

后端 未结 8 937
梦毁少年i
梦毁少年i 2020-12-16 00:55

Consider my table with ten rows and I want to show first three rows in page1 and so on... How to paginate a table using jquery? Any good plugin....

8条回答
  •  无人及你
    2020-12-16 00:55

    There are plugins to do this:

    • https://plugins.jquery.com/tag/pagination/
    • http://beckelman.net/demos/jqueryTableSorterConPaging/default.aspx

    Also, there is a good tutorial here which covers all kinds of table manipulation in jQuery including pagination: http://www.packtpub.com/article/jquery-table-manipulation-part1

提交回复
热议问题