mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-03 15:57:32 -05:00
* Vue DataTables * Vue Datatables - Pagination * Sort Vue Tables * Working on Vue Datatables * Apply filter to vue table * Search implementation for vue datatables * Clean up
8 lines
112 B
PHP
8 lines
112 B
PHP
<tr>
|
|
<td class="header">
|
|
<a href="{{ $url }}">
|
|
{{ $slot }}
|
|
</a>
|
|
</td>
|
|
</tr>
|