Ajax::setPagination

Usage

void Ajax::setPagination(string $divid, DataTableDetails $details)

Description

Used when navigating to a different page within a database table via AJAX, and updates the pagination links as necessary. You should never have to manully execute this method.

Parameters

Parameter Required Type Description
$divid Yes string The id of the data table element.
$details Yes DataTableDetails The table details instance of the ows being displayed.

See Also