Replies: 3 comments 2 replies
-
Hey @susanu thanks for one more contribution 🙏 Neat trick, let me ask you, what's the real intent behind this ? Is that you are then able to use columns in the details_row or you use other widget types there? Can you share some screenshot of what you've achieved using this solution ? I like it, I am not seeing a way to "generalize" it, at most what we could have in Backpack is changing the "blank details row template" to a "details row with widgets template" . I really like that concept, by default you could just I've created Laravel-Backpack/CRUD#5347 in the CRUD repository to discuss this with the team. Thanks again @susanu 🙏 |
Beta Was this translation helpful? Give feedback.
-
Hi @pxpm, Yes, the real intent here is to use columns in In this example i have a one to many relationship called Yes, the details row above is composed using only columns, no custom html needed. I have the custom column types: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion @susanu It was merged into backpack/crud. A new version will be released later today. You can start using your custom widgets on the details row. 👍 Cheers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have the following setup in my project which enables me to control the details row using widgets.
details_row.blade.php
column.blade.php
(a new widget type)Configuration (
skills
being a json column casted as array in model)Beta Was this translation helpful? Give feedback.
All reactions