trait HasColumns (View source)

Methods

mixed
callTableColumnAction(string $name, string $recordKey)

No description

mixed
updateTableColumnState(string $column, string $record, mixed $input)

No description

array
getTableColumns() deprecated

No description

Details

mixed callTableColumnAction(string $name, string $recordKey)

No description

Parameters

string $name
string $recordKey

Return Value

mixed

mixed updateTableColumnState(string $column, string $record, mixed $input)

No description

Parameters

string $column
string $record
mixed $input

Return Value

mixed

protected array getTableColumns() deprecated

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

No description

Return Value

array