From df720a1c558005391d513da9639fb7ad604ca7c3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 21 Mar 2025 17:49:43 +0100 Subject: [PATCH] add doc for setShowActions --- docs/crud/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/crud/configuration.md b/docs/crud/configuration.md index 7302b33..a06a838 100644 --- a/docs/crud/configuration.md +++ b/docs/crud/configuration.md @@ -76,6 +76,12 @@ Override a view. | ------ | ---- | ----------- | | `show_entity` | `@Core/admin/crud/_show.html.twig` | Template to render the entity | +## setShowActions + +`setShowActions(string $context, bool $value)` + +Show or hide the column `Actions`. + ## setViewDatas `setViewDatas(string $context, `array` $datas)` and `addViewData(string $context, string $name, $value)`