ListSysAppVersion
class ListSysAppVersion extends ListBase
Traits
Macroable
Properties
$title | |||
protected Grid | $grid | from ListBase | |
protected | $showRowSelector | from ListBase | |
protected | $showExporter | from ListBase | |
protected Collection | $columns | Collection of all grid columns. |
from ListBase |
protected PamAccount | $pam | from ListBase |
Methods
array|Closure
quickButtons()
定义右上角的快捷操作栏
$this|bool|Column
addRelationColumn(string $name, string $label = '')
Add a relation column to grid.
from
ListBase
addJsonColumn(string $name, string $label = '')
Add a json type column to grid.
from
ListBase
bool|Column
handleGetMutatorColumn(string $method, string $label)
Handle get mutator column for grid.
from
ListBase
bool|Column
handleRelationColumn(string $method, string $label)
Handle relation column for grid.
from
ListBase
mixed
columns()
No description
Details
in
ListBase at line 62
bool
isShowRowSelector()
No description
in
ListBase at line 67
bool
isShowExporter()
No description
in
ListBase at line 102
Column
__call(string $method, array $parameters)
Dynamically add columns to the grid view.
in
ListBase at line 128
Collection
getColumns()
No description
at line 45
Closure
filter()
No description
in
ListBase at line 139
mixed
actions()
添加操作项目, 合并到列处理¶
at line 55
array|Closure
quickButtons()
定义右上角的快捷操作栏
in
ListBase at line 162
protected $this|bool|Column
addRelationColumn(string $name, string $label = '')
Add a relation column to grid.
in
ListBase at line 188
protected Column
addJsonColumn(string $name, string $label = '')
Add a json type column to grid.
in
ListBase at line 205
protected Column
prependColumn(string $name = '', string $label = '')
Prepend column to grid.
in
ListBase at line 223
protected Column
addColumn(string $name = '', string $label = '')
Add column to grid.
in
ListBase at line 240
protected bool|Column
handleGetMutatorColumn(string $method, string $label)
Handle get mutator column for grid.
in
ListBase at line 257
protected bool|Column
handleRelationColumn(string $method, string $label)
Handle relation column for grid.
at line 26
mixed
columns()
No description