From 3ee4bc66fb08bbf130f193b95df8593fdc9fde44 Mon Sep 17 00:00:00 2001 From: tacone Date: Tue, 24 Jan 2017 18:24:39 +0100 Subject: [PATCH] add css class to the total rows count --- views/datagrid.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/datagrid.blade.php b/views/datagrid.blade.php index 27a31d94..99dc15eb 100644 --- a/views/datagrid.blade.php +++ b/views/datagrid.blade.php @@ -50,7 +50,7 @@
{!! $dg->links() !!}
-
+
{!! $dg->totalRows() !!}
@endif