You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This column type allows you to inline a Twig template as a string used to render the column's cells. The
504
504
template is rendered using the main application context by injecting the main Twig service.
505
505
Additionally, the `value` and `row` parameters are being filled by the cell value and the row
506
-
level context respectively.
506
+
level context respectively, and the `column` parameter contains the column class itself.
507
507
508
508
This column type requires `StringLoaderExtension` to be [enabled in your Twig environment](https://symfony.com/doc/4.4/reference/dic_tags.html#twig-extension).
0 commit comments