gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx.modules.pagination

Object » gridx.modules.pagination

Method Summary

  • Pagination() This module provides (logical) pagination functionality for grid.
  • PaginationBar() This module implements a pagination bar UI that uses drop down lists for pages and page sizes. This implementation saves more horizontal space compared to the link button version of pagination bar.
  • _PaginationBarBase()

Attached Objects

Methods

Pagination

This module does not include any UI buttons for pagination, so that various kinds of pagination UI implementations can benifit from this module.

PaginationBar
This module implements a pagination bar UI that uses drop down lists for pages and page sizes. This implementation saves more horizontal space compared to the link button version of pagination bar.
_PaginationBarBase

Boolean|String Whether (and where) to show "description" part of the pagination bar UI. Can be true/false, or "bottom", or "top"