setShowPagination method

void setShowPagination(
  1. bool show
)

Sets whether to show pagination.

Implementation

void setShowPagination(bool show) {
  showPagination = show;
}