search

Home  >  Q&A  >  body text

java - 分好页了 现在需要再加一个 : 可以设置每页多少行的功能(前台页面直接可以手改)

需求::在前台页面 可以直接手改 每页多少行。

我现在已经 分页完成了。 需要加一个 能在前台改每页多少行的功能。

我知道把size改成活的 我想知道的是 在jsp页面是怎么表现size是活的

PHP中文网PHP中文网2810 days ago248

reply all(3)I'll reply

  • 迷茫

    迷茫2017-04-18 09:26:51

    Added to URL parameters, just like page number parameters

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-18 09:26:51

    paginationjs is a very easy to use pagination plug-in. Many things can be set

    reply
    0
  • 怪我咯

    怪我咯2017-04-18 09:26:51

    When passing parameters, just pass a custom number of items, and then the background will perform paging based on the passed parameters

    reply
    0
  • Cancelreply