Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
add css class to the total rows count
Browse files Browse the repository at this point in the history
  • Loading branch information
tacone committed Jan 24, 2017
1 parent 997da66 commit 3ee4bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/datagrid.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="pull-left">
{!! $dg->links() !!}
</div>
<div class="pull-right">
<div class="pull-right rpd-total-rows">
{!! $dg->totalRows() !!}
</div>
@endif
Expand Down

0 comments on commit 3ee4bc6

Please sign in to comment.