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

abdosaeedelhassan's avatar

laravel inertiajs (vuejs) dynamic datatable

Hi, i am asking for the best datatable package, that has searching and filtering and pagination and allow custom fields like actions, also has exporting data to pdf.

0 likes
9 replies
Lumethys's avatar

@abdosaeedelhassan it is build on jquery and generally not a good idea to use it with modern js framework like react, vue, etc.

You are better off using a modern one, like the one from primevue or vuetify

Lumethys's avatar

@abdosaeedelhassan if you read the doc carefully, you will see that this package is more like a wrapper for Vue, because the core function does not use Vue itself, meaning you would have 2 data-control system. This may be okay if you really know what you are doing, and establish a clear separation of their controls. Or else debugging will be a lot of works

This component just updated 10 days ago, there are no one using it in a big project to provide you feedback, unfortunately

abdosaeedelhassan's avatar

may be someone give us a good comparison and give us what is the best one that contain most functionality like export data to (pdf,excel,...), and i will give him the best reply :)

Please or to participate in this conversation.