Added an example with two tables in the same parent component
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<li><a href="{{ route('with_bulk_actions') }}">Bulk Actions</a></li>
|
||||
<li><a href="{{ route('with_relationships') }}">Relationships</a></li>
|
||||
<li><a href="{{ route('with_custom_column') }}">Custom Column</a></li>
|
||||
<li><a href="{{ route('many_tables') }}">Many Tables</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<div class="row">
|
||||
<div class="col-8">
|
||||
@generic_table($products)
|
||||
</div>
|
||||
|
||||
<div class="col-4">
|
||||
@generic_table($departments)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user