Added an example with two tables in the same parent component
This commit is contained in:
@@ -13,6 +13,7 @@ use App\Livewire\Examples\TableWithFiltersComponent;
|
||||
use App\Livewire\Examples\TableWithNoSettingsComponent;
|
||||
use App\Livewire\Examples\TableWithPaginationSettingsComponent;
|
||||
use App\Livewire\Examples\TableWithRelationshipsComponent;
|
||||
use App\Livewire\Examples\WithTwoTablesComponent;
|
||||
use App\Livewire\Test\ParentComponent;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
@@ -29,6 +30,7 @@ Route::get('/with_drag_drop_ordering', TableWithDragDropOrderingComponent::class
|
||||
Route::get('/with_bulk_actions', TableWithBulkActionsComponent::class)->name('with_bulk_actions');
|
||||
Route::get('/with_relationships', TableWithRelationshipsComponent::class)->name('with_relationships');
|
||||
Route::get('/with_custom_column', TableWithCustomColumnComponent::class)->name('with_custom_column');
|
||||
Route::get('/many_tables', WithTwoTablesComponent::class)->name('many_tables');
|
||||
|
||||
Route::get('test', ParentComponent::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user