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

Hala's avatar
Level 3

Nova package for sorting

Hello i searching for a package can sort rows and effect it on database i use this but there is no effect on database column any suggestion

https://github.com/optimistdigital/nova-sortable

0 likes
6 replies
bugsysha's avatar

Have you configured everything that is mentioned on the page?

Hala's avatar
Level 3

yes, and i'm able to sort rows but as fronted, once i refresh the order will reset

bugsysha's avatar

Strange since the package was updated 2 weeks ago. Are you on latest version?

ERashdan's avatar
ERashdan
Best Answer
Level 15

Make sure that package write order on your database "sort column"

And make sure viewing is working on nova resource,

You may override indexQuery method which the package is override this method

Hala's avatar
Level 3

YES ,thank you i have already index query method

Please or to participate in this conversation.