© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
Mohamed Melouk

table reorderable doen't work

return $table
            ->reorderable('order')
            ->defaultSort('order')
            ->columns([
                TextColumn::make('id')
                    ->translateLabel()
                    ->sortable(['lessons.id']),

                TextColumn::make('name')
                    ->label(__('Title'))
                    ->sortable(['lessons.name'])
                    ->searchable(['lessons.name']),
return $table
            ->reorderable('order')
            ->defaultSort('order')
            ->columns([
                TextColumn::make('id')
                    ->translateLabel()
                    ->sortable(['lessons.id']),

                TextColumn::make('name')
                    ->label(__('Title'))
                    ->sortable(['lessons.name'])
                    ->searchable(['lessons.name']),


the reorder button doesn't show on the table
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Reorderable Table not working
FilamentFFilament / ❓┊help
14mo ago
Issue About Reorderable Table in Relation Manager
FilamentFFilament / ❓┊help
3y ago
Reorderable scroll issue
FilamentFFilament / ❓┊help
14mo ago
Multiple FIleUpload Reorderable
FilamentFFilament / ❓┊help
2y ago