Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何添加带有格式化文本的列。我需要添加标签以在显示操作中制作多行列。
我找到了:
$this->crud->addColumn(['name' => 'myName', 'label' => 'myLabel', 'type' => 'text', 'escaped' => false]);
因此,将索引“转义”添加为 false。