We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5017291 + 2a6b65e commit 7891755Copy full SHA for 7891755
7.x-dev/crud-columns.md
@@ -446,6 +446,7 @@ Display database stored JSON in a prettier way to your users.
446
'label' => 'JSON',
447
'type' => 'json',
448
// 'escaped' => false, // echo using {!! !!} instead of {{ }}, in order to render HTML
449
+ 'toggle' => true //show a toggle button on the column that show/hide the json contents
450
],
451
```
452
0 commit comments