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

ArsenMK's avatar
0 likes
6 replies
jlrdw's avatar

It's a little involved. I use server fetched partials to show a table. I edit by turning a table row into inputs. In conjunction with the row being updated, I load the server fetched partial with ajax again.

In the series javascript for server side developers, there is a video covering server fetched partials.

You also have an option to use data tables, which is a package you would have to install and learn.

I have never used any packages for this, but many laravel users do use such a package.

Alt image

Picture from when a project was still in work. And see https://laracasts.com/series/javascript-techniques-for-server-side-developers/episodes/1

Please or to participate in this conversation.