Datatables - client portal

This commit is contained in:
David Bomba 2019-07-27 08:24:23 +10:00
parent 888fecf886
commit 4e779ad7a6

View File

@ -15,7 +15,7 @@
<div class="animated fadeIn">
<div class="col-md-12 card">
{!! $html->table() !!}
{!! $html->table(['class' => 'table table-hover table-striped'], true) !!}
</div>
</div>