We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9251ce7 commit 8890766Copy full SHA for 8890766
2 files changed
src/Views/tickets/datatable/loader.blade.php
@@ -3,7 +3,7 @@
3
$(function(){
4
// Ticket list load
5
datatable = $('.table').DataTable({
6
- processing: false,
+ processing: @if($ticketList == 'search') true @else false @endif,
7
serverSide: true,
8
responsive: true,
9
pageLength: {{ $setting->grab('paginate_items') }},
src/Views/tickets/search.blade.php
@@ -1,6 +1,6 @@
1
@extends($master)
2
@section('page')
- Search results
+ Search tickets
@endsection
@include('panichd::shared.common')
0 commit comments