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.
withTrashed()
1 parent 5f976d9 commit 863980bCopy full SHA for 863980b
README.md
@@ -132,6 +132,12 @@ Hide specific options in the tree
132
->hiddenOptions([2, 3, 4])
133
```
134
135
+Allow soft deleted items to be displayed
136
+
137
+```PHP
138
+->withTrashed()
139
+```
140
141
Specify a different key for your model.
142
For example: you have id, code and parent_code. Your model uses id as key, but the parent-child relation is established between code and parent_code
143
0 commit comments