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

LaraBABA's avatar

Any good packages for reordering table's rows?

Hi all,

I would like to know if there is a strong(recommended) package that helps users deal with all sorts of tables filters and also drag reordering(I am using Tailwind and vue 3).

Any experience with a package please?

Thanks

0 likes
5 replies
LaraBABA's avatar

@esorone I did not know about this one, I will check it out this week end, thank you so much!

Garet's avatar

I'm afraid I don't know of packages as such, I use SortableJS for the JavaScript side of things: https://github.com/SortableJS/Sortable

In Laravel I have created a sortable trait which I apply to my model and I make a patch request to my controller each time the sort order is changed.

If you want more specific code, let me know.

1 like
LaraBABA's avatar

@Garet Thank you so much for your input :-) I will check this out.

LaraBABA's avatar

I wish I could add both your replies as best answers but I can only choose one person, sorry Garet :-(

Please or to participate in this conversation.