24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
PHP
<div>
|
|
<div class="card my-5">
|
|
<div class="card-header p-3">
|
|
<h4>Content</h4>
|
|
</div>
|
|
<div class="card-body">
|
|
<ul>
|
|
<li><a href="{{ route('table_no_settings') }}">Table with no settings needed</a></li>
|
|
<li><a href="{{ route('exportbale') }}">Exprtable</a></li>
|
|
<li><a href="{{ route('action_column') }}">Action Columns</a></li>
|
|
<li><a href="{{ route('with_filters') }}">Filters</a></li>
|
|
<li><a href="{{ route('with_column_formatters') }}">Formatters</a></li>
|
|
<li><a href="{{ route('with_binded_routes') }}">Binding Routes</a></li>
|
|
<li><a href="{{ route('with_pagination_settings') }}">Pagination Settings</a></li>
|
|
<li><a href="{{ route('with_drag_drop_ordering') }}">Drag and Drop Ordering</a></li>
|
|
<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>
|
|
</div>
|