v1.3.0 - Implemented DataTables
This commit is contained in:
@@ -43,7 +43,7 @@ class EventController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
$events = Event::query()->orderBY('date' , 'asc')->paginate(20);
|
||||
$events = Event::query()->orderBY('date' , 'asc')->get();
|
||||
|
||||
//returns the function with events index page and a parameter of events.
|
||||
//also Response::detect checks screen size to determine if user is on a computer or mobile.
|
||||
|
||||
Reference in New Issue
Block a user