Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ryanwinchester's avatar

Laravel + Angular for a Sortable, Filterable, Paginating Data Grid/Table

I'd love to see a demo on this.

The most common thing I use is jQuery Datatables, but I've been trying to get the hang of angular and would like to be able to go angular-only.

However, after trying and failing to get this hooked up with laravel, I still can't lose the jQuery crutch.

http://moonstorm.github.io/trNgGrid/release/#/ServerSide

More lessons with Laravel and Angular would be awesome.

One specifically for this case would be really awesome.

0 likes
16 replies
Mort's avatar

I'd love to see some such lessons too!

ryanwinchester's avatar

@alenabdula filtering is easy in angular if laravel is giving it all the data at once.

However, if you want to filter through thousands of records, then really what we want is Laravel to handle the heavy lifting and angular to be the one making the api calls and displaying the data on the page, no?

alenabdula's avatar

But you're talking about API design, not necessarily how Angular would handle it. It becomes routing issue. You're just making the request from Angular.

1 like

Please or to participate in this conversation.