Change current project datatable paging from false to true

Change current project datatable paging from false to true

A ColmesA Colmes Posts: 1Questions: 1Answers: 0

What do I have to do to change paging from false to true and how to add the paging controls to an existing page? Also, I would like to add server-side processing.

Thank you in advance.

Answers

  • kthorngrenkthorngren Posts: 21,171Questions: 26Answers: 4,922
    edited May 2020

    The Server Side Processing doc discusses the SSP protocol and how it works. Examples can be found here.

    The Datatables options here documented here. Specifically you want to look at paging and maybe need to use the dom to place the paging controls.

    Kevin

This discussion has been closed.