© 2026 Hedgehog Software, LLC

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

Stats widget columns

I want to have a columnspan of 2 on mobile and 3 on desktop. But I cant get it working. Already tried this:

public function getColumnSpan(): int|string|array {
        return [
            'default' => 2,
            'md' => 3,
        ];
    }

    public function getColumnStart(): int|string|array {
        return [
            'default' => 2,
            'md' => 3,
        ];
    }
public function getColumnSpan(): int|string|array {
        return [
            'default' => 2,
            'md' => 3,
        ];
    }

    public function getColumnStart(): int|string|array {
        return [
            'default' => 2,
            'md' => 3,
        ];
    }
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

Stats widget filter
FilamentFFilament / ❓┊help
12mo ago
Overview Stats Widget Responsive
FilamentFFilament / ❓┊help
3y ago
Stats Widget Size/Width
FilamentFFilament / ❓┊help
3y ago
Format number in stats widget?
FilamentFFilament / ❓┊help
3y ago