v1.3.0 - Implemented DataTables

This commit is contained in:
frederikpyt
2020-09-18 10:04:33 +02:00
parent 2a2511daf4
commit 9096f64569
52 changed files with 34435 additions and 445 deletions
@@ -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.