Support the ongoing development of Laravel.io →
Laravel
Last updated 2 years ago.
0

In my experience you can try out UUID for helping you index your data as compared to using IDs, also you can try querying data with the orderBy laravel method on your model e.g User::orderBy('uuid','desc')->get();.

Using the frontend tool you mentioned Datatables, I do know they have either a sort or ordering method written in, you can check it out here Datatable Sorting

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.