return $table
->columns([
Split::make([
Stack::make([
TextColumn::make('company.companyname')
->weight(FontWeight::Bold)
->searchable(),
TextColumn::make('contact.full_name'),
])->grow(false),
Stack::make([
TextColumn::make('subject')
->weight(FontWeight::Bold)
->searchable(),
TextColumn::make('number')
->searchable()
->sortable(),
])->grow(false),
return $table
->columns([
Split::make([
Stack::make([
TextColumn::make('company.companyname')
->weight(FontWeight::Bold)
->searchable(),
TextColumn::make('contact.full_name'),
])->grow(false),
Stack::make([
TextColumn::make('subject')
->weight(FontWeight::Bold)
->searchable(),
TextColumn::make('number')
->searchable()
->sortable(),
])->grow(false),