thefireescaper's avatar

Best table to use with Laravel

I'm looking for any advice on what able to use to present data on a Laravel site. Table needs the usual sort, filter etc. but also looking for ability to display graphics eg. Mini chart lines etc.

I currently use rappasoft table https://rappasoft.com/docs/laravel-livewire-tables/v3/introduction It's ok but lacks flexibility with the graphical elements etc.

Thank you

1 like
6 replies
jlrdw's avatar

You can use a regular html table.

A learning curve involved, but after you learn how it is easy to do in place edit, add new row, etc without page reload.

Another technique for some situations is a server fetched partial.

3 likes

Please or to participate in this conversation.