Skip to content
Discussion options

You must be logged in to vote

Hey @anxgstadler

It's not a built-in feature yet. But there are many ways to achieve this. You can choose according to your preference and requirements.

  1. Izica package: https://github.com/izica/relations-widgets-for-backpack
  2. Create a custom widget or column only or a complete show page.
  3. Or link it using a subfields:
CRUD::column([
    'name' => 'activities',
    'type' => 'relationship',
    'label' => 'Logs',
    'subfields' => [
        ['name' => 'log_name'],
        ['name' => 'description', 'limit' => '100'],
        ['name' => 'created_at', 'label' => 'Created At(CHECK SYS)'],
        [
            'name'     => 'link',
            'label'    => 'Custom HTML',
            'type'   …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@anxgstadler
Comment options

Answer selected by anxgstadler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants