How to use Split Component

Tried like this:
return $table
->schema([

Split::make([
ImageColumn::make('avatar'),
TextColumn::make('name'),
TextColumn::make('email'),
])

])...
But got error:
Call to undefined method Filament\Resources\Table::schema()
Was this page helpful?