Column type: nested text #1115
nerbiz
started this conversation in
Show and Tell
Replies: 1 comment 1 reply
-
Hello @nerbiz Thanks a lot for sharing this. Cheers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For an admin page with menu items (reorderable and nested) I needed more insight in the hierarchy of the items.
This column type shows the hierarchy with arrows, based on a
parent_id
column, so it works well with the Reorder Operation.FYI: the arrow icon is from Line Awesome, which is already included by Backpack, so this code has no dependencies of its own.
Screenshot:
Put this code in
resources/views/vendor/backpack/crud/columns/text_nested.blade.php
:Usage:
Beta Was this translation helpful? Give feedback.
All reactions