Method | Description | |
---|---|---|
first ( $first = '<< first', $options = [] ) | ||
last ( $last = 'last >>', $options = [] ) | ||
next ( $title = 'Next >>', $options = [], $disabledTitle = null, $disabledOptions = [] ) | ||
numbers ( mixed $options = [] ) : string | Numbers paginator as we know it | |
prev ( $title = '<< Previous', $options = [], $disabledTitle = null, $disabledOptions = [] ) | ||
sortTableHeader ( string $key, mixed $title = null, array $options = [] ) : string | Make table headers sortable |
public next ( $title = 'Next >>', $options = [], $disabledTitle = null, $disabledOptions = [] ) |
public prev ( $title = '<< Previous', $options = [], $disabledTitle = null, $disabledOptions = [] ) |