In this post we’ll build an Angular web application that demonstrates how to use the AG Grid Server-side Row Model with Laravel in the backend using a MySQL database. We’ll walk you through how to install the different elements of this solution and how to implement grouping, sorting, filtering and aggregations using the AG Grid server-side row model which loads data in pages from the server, which is especially useful for large datasets.
💡 Note: Download the sample repository here
See the sample application in action demonstrating AG Grid with Server-side filtering, grouping and pagination below:
(POST api/olympicWinners)
(GET api/olympicWinners/{field})
#ag-grid #angular #laravel