rappasoft / laravel-livewire-tables-demo

Laravel Livewire Tables Demo
19 stars 18 forks source link

add relationships on same table examples #30

Open faeby opened 1 year ago

faeby commented 1 year ago

As requested in https://github.com/rappasoft/laravel-livewire-tables/pull/1190, this is an attempt to add examples for relationships on the same table.

These examples are interesting because they show the behavior for:

So we have a base table and 2 relationships from the same origin.

This PR is a draft because it will generate an SQL until the PR in the package repository is merged.