trait CanReorderRecords (View source)

Properties

bool $isTableReordering

Methods

void
reorderTable(array $order)

No description

void
toggleTableReordering()

No description

bool
isTableReordering()

No description

bool
isTablePaginationEnabledWhileReordering() deprecated

No description

string|null
getTableReorderColumn() deprecated

No description

Details

void reorderTable(array $order)

No description

Parameters

array $order

Return Value

void

void toggleTableReordering()

No description

Return Value

void

bool isTableReordering()

No description

Return Value

bool

protected bool isTablePaginationEnabledWhileReordering() deprecated

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

No description

Return Value

bool

protected string|null getTableReorderColumn() deprecated

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

No description

Return Value

string|null