From 372444231892270800ee94d79df3a22aa93f1554 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 23 May 2017 14:32:58 -0700 Subject: [PATCH] =?UTF-8?q?Exclude=20some=20BS=20table=20calls=20if=20it?= =?UTF-8?q?=E2=80=99s=20just=20a=20simple=20ajax=20table=20with=20no=20sor?= =?UTF-8?q?ting/searching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/partials/bootstrap-table.blade.php | 43 +++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index e5b76206e3..f8867f3ffe 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -1,6 +1,8 @@ {{-- This Will load our default bootstrap-table settings on any table with a class of "snipe-table" and export it to the passed 'exportFile' name --}} + +@if (!isset($simple_view)) @@ -9,6 +11,7 @@ +@endif