© 2026 Hedgehog Software, LLC

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

Merge two cards with different number of columns without having borders

What's the correct way to do this?

Forms\Components\Card::make()
  ->schema([
    Forms\Components\Card::make()
      ->schema([
      ])->columns(2),
    Forms\Components\Card::make()
      ->schema([
      ])->columns(3),
  ])->columnSpan(2)
Forms\Components\Card::make()
  ->schema([
    Forms\Components\Card::make()
      ->schema([
      ])->columns(2),
    Forms\Components\Card::make()
      ->schema([
      ])->columns(3),
  ])->columnSpan(2)
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

Merge two columns into one?
FilamentFFilament / ❓┊help
3y ago
Import CSV, Merge Columns
FilamentFFilament / ❓┊help
9mo ago
Two columns form
FilamentFFilament / ❓┊help
3y ago
Need two tabs with two different tables with two different models on one page
FilamentFFilament / ❓┊help
12mo ago