Replies: 2 comments 3 replies
-
Hey @susanu From the screenshot is not very perceptive, but is that a "full page width" (row) with If you used the Thanks for the idea, let me know! Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @pxpm, I managed to do it with |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi guys
In one of my cruds i need to display some data related to the entry but in a sidebar.
I achieved this by creating a new layout called
horizontal_right_sidebar_dark
that displays the content as usual and the sidebar which show some widgets configured insetupShowOperation
, sectionsidebar
.Steps how to do this:
vendor/backpack/theme-tabler/resources/views/layouts/horizontal_dark.blade.php
toresources/views/vendor/backpack/theme-tabler/layouts/horizontal_right_sidebar_dark.blade.php
config/backpack/theme-tabler.php
'layout' => 'horizontal_dark', + 'sidebar_layout' => 'horizontal_right_sidebar_dark',
setupShowOperation
add the following lines to enable the new layoutLet me know what you think!
Pretty simple example:
Beta Was this translation helpful? Give feedback.
All reactions