Reorderable Table not working
I followed https://filamentphp.com/docs/3.x/tables/advanced#reordering-records but it seems adding
->reorderable('sort') alone doesn't work.. you need to add ->authorizeReorder() in order for the sort button to show which is not stated in the docs..