Server side pagination using DataTables plugin

后端 未结 2 1591
Happy的楠姐
Happy的楠姐 2021-02-19 13:28

The server is returning 15 records per page and the total records are over 2000. I\'d like to display first 15 records and then on every click of the \'Next\' button , display t

2条回答
  •  野的像风
    2021-02-19 13:56

    enter image description here

    Pagination works total displayed record you need to perform following minimum changes.

    "iTotalDisplayRecord" will be total filtered records

提交回复
热议问题