trait CanPaginateRecords (View source)

Properties

int $tableRecordsPerPage
protected int|string|null $defaultTableRecordsPerPageSelectOption

Methods

void
updatedTableRecordsPerPage()

No description

CursorPaginator
paginateTableQuery(Builder $query)

No description

int|string|null
getTableRecordsPerPage()

No description

int
getTablePage()

No description

int|string
string
getTablePaginationPageName()

No description

string
getTablePerPageSessionKey()

No description

array|null
getTableRecordsPerPageSelectOptions() deprecated

No description

bool
isTablePaginationEnabled() deprecated

No description

Details

void updatedTableRecordsPerPage()

No description

Return Value

void

protected CursorPaginator paginateTableQuery(Builder $query)

No description

Parameters

Builder $query

Return Value

CursorPaginator

int|string|null getTableRecordsPerPage()

No description

Return Value

int|string|null

int getTablePage()

No description

Return Value

int

int|string getDefaultTableRecordsPerPageSelectOption()

No description

Return Value

int|string

string getTablePaginationPageName()

No description

Return Value

string

string getTablePerPageSessionKey()

No description

Return Value

string

protected array|null getTableRecordsPerPageSelectOptions() deprecated

deprecated Override the `table()` method to configure the table.

No description

Return Value

array|null

protected bool isTablePaginationEnabled() deprecated

deprecated Override the `table()` method to configure the table.

No description

Return Value

bool