© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
Rahman Ramsi

Table using Orderable with Grouping is ordered weirdly

3️⃣v3
Here's the code
$table
    ->reorderable('order_column')
    ->groups([
        Group::make('position.name')
            ->label('Position'),
    ])
    ->columns([
        TextColumn::make('given_name')
            ->searchable(),
        TextColumn::make('family_name'),
    ])
$table
    ->reorderable('order_column')
    ->groups([
        Group::make('position.name')
            ->label('Position'),
    ])
    ->columns([
        TextColumn::make('given_name')
            ->searchable(),
        TextColumn::make('family_name'),
    ])


What my expectation is the order is grouped by their group
CleanShot_2023-09-06_at_10.52.45.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

grouping table with boolean
FilamentFFilament / ❓┊help
2y ago
Table Grouping
FilamentFFilament / ❓┊help
16mo ago
Orderable method for table subgrouping
FilamentFFilament / ❓┊help
7mo ago
Orderable column
FilamentFFilament / ❓┊help
2y ago