Laravel 的背包 - 带有格式化文本的列
Backpack for Laravel - Column with formatted text
我想知道如何添加带有格式化文本的列。我需要添加
标签以在 show Operation 中制作多行列。
我找到了:
$this->crud->addColumn(['name' => 'myName', 'label' => 'myLabel', 'type' => 'text', 'escaped' => 错误]);
因此添加值为 false 的索引 'escaped'。
我想知道如何添加带有格式化文本的列。我需要添加
标签以在 show Operation 中制作多行列。
我找到了:
$this->crud->addColumn(['name' => 'myName', 'label' => 'myLabel', 'type' => 'text', 'escaped' => 错误]);
因此添加值为 false 的索引 'escaped'。