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.
1 parent 5017291 commit 2a6b65eCopy full SHA for 2a6b65e
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