diff --git a/7.x-dev/crud-columns.md b/7.x-dev/crud-columns.md index 93986ef2..a06774b3 100644 --- a/7.x-dev/crud-columns.md +++ b/7.x-dev/crud-columns.md @@ -446,6 +446,7 @@ Display database stored JSON in a prettier way to your users. 'label' => 'JSON', 'type' => 'json', // 'escaped' => false, // echo using {!! !!} instead of {{ }}, in order to render HTML + 'toggle' => true //show a toggle button on the column that show/hide the json contents ], ```